summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYves Duret <yduret@mandriva.com>2001-08-09 23:19:38 +0000
committerYves Duret <yduret@mandriva.com>2001-08-09 23:19:38 +0000
commit07bf842485c304cb15158725f468a94051884bb1 (patch)
tree79fae7b01a7b4d7afece373969cb3d1e0547faf9 /Makefile
parent93821de9f1f89ad0ec1242b780e172ff116a1fa4 (diff)
downloadcontrol-center-07bf842485c304cb15158725f468a94051884bb1.tar
control-center-07bf842485c304cb15158725f468a94051884bb1.tar.gz
control-center-07bf842485c304cb15158725f468a94051884bb1.tar.bz2
control-center-07bf842485c304cb15158725f468a94051884bb1.tar.xz
control-center-07bf842485c304cb15158725f468a94051884bb1.zip
corrected RPM path to $(HOME)/rpm
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0b095b82..2dca395b 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ VERSION = $(shell awk '/define version/ { print $$3 }' $(NAME).spec)
NAME = DrakConf
SUBDIRS = po
localedir = $(prefix)/usr/share/locale
-RPM=$(HOME)/RPM
+RPM=$(HOME)/rpm
override CFLAGS += -DPACKAGE=\"$(NAME)\" -DLOCALEDIR=\"$(localedir)\"