From 35cbee86cbfe5bf21929ab0a8f20a003d504372f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 1 Apr 2016 11:06:39 +0200 Subject: fix build faillure due to new svg icon --- perl-install/Makefile.drakxtools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1