diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-10-11 14:36:32 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 21:28:38 +0100 |
commit | dd189f07e45b5d9a9bfac188a046eb7394db6d84 (patch) | |
tree | f8900cd41c7b94338127d8ea6577f9c9776c4916 /perl-install/install/Makefile | |
parent | 7bebddbde7bc6aeef0cbacc46df5bd3a4162160a (diff) | |
download | drakx-dd189f07e45b5d9a9bfac188a046eb7394db6d84.tar drakx-dd189f07e45b5d9a9bfac188a046eb7394db6d84.tar.gz drakx-dd189f07e45b5d9a9bfac188a046eb7394db6d84.tar.bz2 drakx-dd189f07e45b5d9a9bfac188a046eb7394db6d84.tar.xz drakx-dd189f07e45b5d9a9bfac188a046eb7394db6d84.zip |
copy new CSS files
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index fe04d2f57..7f72576ca 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -44,7 +44,7 @@ install_pms: perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(back|begin|head|item)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ done - cp ../share/*.rc share/*.rc $(DESTREP4PMS) + cp ../share/*.css $(DESTREP4PMS) chmod a+x $(DESTREP4PMS)/install/install2 chmod a+x $(DESTREP4PMS)/install/commands |