diff options
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 |