diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-01-07 07:26:05 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-01-07 07:26:05 +0000 |
commit | 4a92ef9d28a3b4241186678c3fa3b4ebd365809d (patch) | |
tree | c94e642857ca36540f5185ee786c42e7938ff625 /perl-install/Makefile.drakxtools | |
parent | bb6492e7bf3b348808cc2102c840fc91a3bff7b0 (diff) | |
download | drakx-4a92ef9d28a3b4241186678c3fa3b4ebd365809d.tar drakx-4a92ef9d28a3b4241186678c3fa3b4ebd365809d.tar.gz drakx-4a92ef9d28a3b4241186678c3fa3b4ebd365809d.tar.bz2 drakx-4a92ef9d28a3b4241186678c3fa3b4ebd365809d.tar.xz drakx-4a92ef9d28a3b4241186678c3fa3b4ebd365809d.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index ae3dcae5d..b0e1eff52 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -1,6 +1,7 @@ +include Makefile.config + DIRS = ddcprobe pnp_serial po Newt c pci_probing resize_fat PREFIX = -STANDALONEPMS= diskdrake XFdrake mousedrake lspcidrake printerdrake keyboarddrake netdrake drakxconf drakxservices draksec adduserdrake SBINDEST = $(PREFIX)/usr/sbin ETCDEST = $(PREFIX)/etc/gtk BINDEST = $(PREFIX)/usr/bin @@ -15,6 +16,7 @@ all: $(DIRS) $(DIRS): install -d auto rm standalone ; ln -s . standalone + rm -f po/DrakX.pot # force rebuild of po's $(MAKE) -C $@ install: |