From 5b5a6e4d14c0ac72502479cab2a8283baf5a30a3 Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 17 Apr 2001 01:17:02 +0000 Subject: updated --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3b8ad463..55ea7004 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)\" @@ -30,7 +30,7 @@ install: all dis: clean rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar* - cvs commit +# cvs commit mkdir -p $(NAME)-$(VERSION) find . -not -name "$(NAME)-$(VERSION)"|cpio -pd $(NAME)-$(VERSION)/ find $(NAME)-$(VERSION) -type d -name CVS -o -name .cvsignore -o -name unused -name control-center.rc -o -name controlcenter.html -o -name TODO -o -name mdkcc.spec -o -name demo |xargs rm -rf -- cgit v1.2.1