diff options
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
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 |