summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-04-01 11:06:39 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-04-01 11:08:20 +0200
commit35cbee86cbfe5bf21929ab0a8f20a003d504372f (patch)
tree7b0cc87d1748cccb2bdcb1eae5bca715486052d1
parentc871fbc608fb74b6387ffb038b88b327484fbb83 (diff)
downloaddrakx-35cbee86cbfe5bf21929ab0a8f20a003d504372f.tar
drakx-35cbee86cbfe5bf21929ab0a8f20a003d504372f.tar.gz
drakx-35cbee86cbfe5bf21929ab0a8f20a003d504372f.tar.bz2
drakx-35cbee86cbfe5bf21929ab0a8f20a003d504372f.tar.xz
drakx-35cbee86cbfe5bf21929ab0a8f20a003d504372f.zip
fix build faillure due to new svg icon
-rw-r--r--perl-install/Makefile.drakxtools2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools
index 7f6252aba..9baa37ac6 100644
--- a/perl-install/Makefile.drakxtools
+++ b/perl-install/Makefile.drakxtools
@@ -78,7 +78,7 @@ install:
mv $(LIBDEST)/icons/localedrake-32.png $(ICONSDIR)/localedrake.png
mv $(LIBDEST)/icons/localedrake-48.png $(ICONSDIR)/large/localedrake.png
mv $(LIBDEST)/icons/localedrake-16.png $(ICONSDIR)/mini/localedrake.png
- rmdir $(LIBDEST)/icons/harddrake2/menu
+ rm -rf $(LIBDEST)/icons/harddrake2/menu
install -m 644 standalone/menu/*.desktop $(DATADIR)/applications
mv $(LIBDEST)/icons/harddrake2/ $(DATADIR)/pixmaps/
mv $(SBINDEST)/convert $(DATADIR)/harddrake