diff options
author | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:19:38 +0000 |
---|---|---|
committer | Yves Duret <yduret@mandriva.com> | 2001-08-09 23:19:38 +0000 |
commit | 07bf842485c304cb15158725f468a94051884bb1 (patch) | |
tree | 79fae7b01a7b4d7afece373969cb3d1e0547faf9 /Makefile | |
parent | 93821de9f1f89ad0ec1242b780e172ff116a1fa4 (diff) | |
download | control-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)\" |