------------------------------------------------------------ revno: 263 committer: Guillaume Mazoyer <[email protected]> branch nick: gnome-split timestamp: Sun 2011-08-07 19:58:28 +0200 message: Fix missing rule in Makefile. modified: Makefile
-- lp:gnome-split https://code.launchpad.net/~respawneral/gnome-split/mainline Your team GNOME Split developers is subscribed to branch lp:gnome-split. To unsubscribe from this branch go to https://code.launchpad.net/~respawneral/gnome-split/mainline/+edit-subscription
=== modified file 'Makefile' --- Makefile 2010-11-06 16:00:20 +0000 +++ Makefile 2011-08-07 17:58:28 +0000 @@ -97,6 +97,10 @@ @/bin/echo -e "MKDIR\t$@/" -mkdir -p $@ +$(DESTDIR)$(PREFIX)/share/mime/packages: + @/bin/echo -e "MKDIR\t$@/" + -mkdir -p $@ + $(DESTDIR)$(PREFIX)/bin/gnome-split: \ $(DESTDIR)$(PREFIX)/bin \ tmp/launcher/gnome-split-install
_______________________________________________ Mailing list: https://launchpad.net/~gnome-split-team Post to : [email protected] Unsubscribe : https://launchpad.net/~gnome-split-team More help : https://help.launchpad.net/ListHelp

