diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-05-04 12:01:25 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-05-04 14:21:43 +0200 |
commit | f00455394b08c5e115d0a799cad6ea36025262a1 (patch) | |
tree | c8911cfd67df4c4f74f35e845bda6919a33010f9 /perl-install/install/Makefile | |
parent | 8c47a9ccd7f7d4672a9cf52568458625a8a98584 (diff) | |
download | drakx-f00455394b08c5e115d0a799cad6ea36025262a1.tar drakx-f00455394b08c5e115d0a799cad6ea36025262a1.tar.gz drakx-f00455394b08c5e115d0a799cad6ea36025262a1.tar.bz2 drakx-f00455394b08c5e115d0a799cad6ea36025262a1.tar.xz drakx-f00455394b08c5e115d0a799cad6ea36025262a1.zip |
move this into list.xml along the rest
Diffstat (limited to 'perl-install/install/Makefile')
-rw-r--r-- | perl-install/install/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/install/Makefile b/perl-install/install/Makefile index 6b6a88a24..a8c6cceba 100644 --- a/perl-install/install/Makefile +++ b/perl-install/install/Makefile @@ -46,7 +46,6 @@ install_pms: perl -pe 's/#[-+].*//; $$_ = "\n" if (/^=(back|begin|head|item|over|pod)/ .. /^=cut/) || /use (diagnostics|strict|vars|warnings)/' $$i > $(DESTREP4PMS)/$$i; \ done - cp ../share/*.css $(DESTREP4PMS) chmod a+x $(DESTREP4PMS)/install/install2 chmod a+x $(DESTREP4PMS)/install/commands |