OSDN Git Service

LinGui: fix problem with install target of make
authorjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 7 Aug 2008 18:48:04 +0000 (18:48 +0000)
committerjstebbins <jstebbins@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Thu, 7 Aug 2008 18:48:04 +0000 (18:48 +0000)
not all directories were being created.  needed for installing in alternate
destination where all the system dirs may not exist

git-svn-id: svn://localhost/HandBrake/trunk@1615 b64f7644-9d1e-0410-96f1-a4d463321fa5

gtk/src/Makefile.am

index 16b55a3..f55fe94 100644 (file)
@@ -123,4 +123,5 @@ install-data-local:
                echo "*** Icon cache not updated. After install, run this:"; \
                echo "***   $(gtk_update_icon_cache)"; \
        fi
+       mkdir -p $(DESTDIR)/$(datadir)/applications/; \
        $(INSTALL_DATA) $(srcdir)/$(hb_menu) $(DESTDIR)/$(datadir)/applications/$(hb_menu)