diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-31 21:33:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-31 21:33:25 +0000 |
commit | 595e889a7bde73cd3be922fd0757e8f7b47b10d8 (patch) | |
tree | 1af810413a59b2dc1578ca8a1739e7d897a73c80 /perl-install/Makefile | |
parent | 64d4b55d1524f56b2102d21920f2c94ea06040f3 (diff) | |
download | drakx-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar drakx-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.gz drakx-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.bz2 drakx-595e889a7bde73cd3be922fd0757e8f7b47b10d8.tar.xz drakx-595e889a7bde73cd3be922fd0757e8f7b47b10d8.zip |
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 801007cda..434a06bcb 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -71,6 +71,7 @@ get_needed_files: $(DIRS) perl -Mlang -I. -e 'print "$$_\n" foreach lang::console_font_files()' >> /tmp/list install -d $(DEST)/etc + install -d $(DEST)/etc/sysconfig/network-scripts install -d $(DEST)/lib install -d $(DEST)/bin install -d $(DEST)/usr/bin |