diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-12-19 01:45:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-12-19 01:45:46 +0000 |
commit | ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122 (patch) | |
tree | a2c4f3f4d6f5bd558c64aa4fcf768fecf755b939 /perl-install/Makefile.drakxtools | |
parent | ffbb1c226e9a3a8932646947a2e191089a195fc0 (diff) | |
download | drakx-ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122.tar drakx-ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122.tar.gz drakx-ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122.tar.bz2 drakx-ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122.tar.xz drakx-ef3ce36c2a0e4f385c65ca6223ba4c5c4e86e122.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index d3efebb31..0ab07ef91 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -32,6 +32,6 @@ install: 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 %,resize_fat/%.pm,main any boot_sector c_rewritten dir_entry directory fat info_sector io) $(LIBDEST)/resize_fat - cp -rf auto $(LIBDEST) + cp -rf auto icons $(LIBDEST) bzip2 -9 $(LIBDEST)/po/*.po find $(LIBDEST) -name "*.so" | xargs strip |