summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2001-05-30 10:16:59 +0000
committerDaouda Lo <daouda@mandriva.com>2001-05-30 10:16:59 +0000
commit228b9455fc2f0c8dde7ecaf263abe816cb72d369 (patch)
treecfd58944efa83b3b472e11d75eaeaba665917bd1 /Makefile
parent1cc3476f5e16f9d93b5a889ede0d8a7260cf708b (diff)
downloadcontrol-center-228b9455fc2f0c8dde7ecaf263abe816cb72d369.tar
control-center-228b9455fc2f0c8dde7ecaf263abe816cb72d369.tar.gz
control-center-228b9455fc2f0c8dde7ecaf263abe816cb72d369.tar.bz2
control-center-228b9455fc2f0c8dde7ecaf263abe816cb72d369.tar.xz
control-center-228b9455fc2f0c8dde7ecaf263abe816cb72d369.zip
default rpm dir to RPM
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55ea7004..9b59d0b0 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)\"