diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-06-05 19:10:21 +0000 |
commit | f4f2d5e5a0ad224db2e5983054657b3cefdc9d06 (patch) | |
tree | 3b12d5f8e1b6156a44ab859e9f49f83e3faec223 /perl-install/Makefile.drakxtools | |
parent | db2b62bdd8670a29de6ad645f28a48d758b3cb84 (diff) | |
download | drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.gz drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.bz2 drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.tar.xz drakx-f4f2d5e5a0ad224db2e5983054657b3cefdc9d06.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 3f191cde4..ccbcd23f7 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -21,6 +21,7 @@ $(DIRS): install: install -d $(BINDEST) $(ETCDEST) $(SBINDEST) $(LIBDEST) $(BINX11DEST) $(LIBX11DEST) $(LIBDEST)/po $(DIRS:%=$(LIBDEST)/%) + install -d $(LIBDEST)/sbus_probing install $(STANDALONEPMS) $(SBINDEST) mv -f $(SBINDEST)/lspcidrake $(BINDEST) install -s ddcprobe/ddcxinfos serial_probe/serial_probe $(SBINDEST) @@ -33,6 +34,7 @@ install: install -m 644 $(patsubst %,Newt/%.pm,Newt) $(LIBDEST)/Newt install -m 644 $(patsubst %,c/%.pm,stuff) $(LIBDEST)/c install -m 644 $(patsubst %,pci_probing/%.pm,main pcitable pci_class) $(LIBDEST)/pci_probing + install -m 644 $(patsubst %,sbus_probing/%.pm,main) $(LIBDEST)/sbus_probing install -m 644 $(patsubst %,resize_fat/%.pm,main any boot_sector c_rewritten dir_entry directory fat info_sector io) $(LIBDEST)/resize_fat cp -rf auto icons $(LIBDEST) bzip2 -9 $(LIBDEST)/po/*.po |