diff options
author | Francois Pons <fpons@mandriva.com> | 2000-04-07 14:43:04 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-04-07 14:43:04 +0000 |
commit | 1800d14ff9ac6dd218d274b6b4e13e3e71baecc4 (patch) | |
tree | 4a915815837bb688748bcefaaef31e1dce35fcac /perl-install/Makefile.drakxtools | |
parent | fe2f11d05f38a658db90c75ce73dbe87bfb84a64 (diff) | |
download | drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.gz drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.bz2 drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.tar.xz drakx-1800d14ff9ac6dd218d274b6b4e13e3e71baecc4.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 3037d996c..3f191cde4 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -1,6 +1,6 @@ include Makefile.config -DIRS = ddcprobe pnp_serial share/po Newt c pci_probing resize_fat +DIRS = ddcprobe serial_probe share/po Newt c pci_probing resize_fat PREFIX = SBINDEST = $(PREFIX)/usr/sbin ETCDEST = $(PREFIX)/etc/gtk @@ -23,7 +23,7 @@ install: install -d $(BINDEST) $(ETCDEST) $(SBINDEST) $(LIBDEST) $(BINX11DEST) $(LIBX11DEST) $(LIBDEST)/po $(DIRS:%=$(LIBDEST)/%) install $(STANDALONEPMS) $(SBINDEST) mv -f $(SBINDEST)/lspcidrake $(BINDEST) - install -s ddcprobe/ddcxinfos pnp_serial/pnp_serial $(SBINDEST) + install -s ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST) ln -s ../../$(patsubst $(PREFIX)/usr%,%,$(SBINDEST))/XFdrake $(BINX11DEST)/Xdrakres for i in *.pm ; do perl -pe '$$_ = "\n" if /\s*use\s+(diagnostics|vars|strict)/' $$i > $(LIBDEST)/$$i ; done |