summaryrefslogtreecommitdiff
path: root/media-video/gpac/files/gpac-1.0.0-makefile-debian.patch
blob: 8bb8074b1ce8e53d0255b9432d405f1b514b42dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile b/Makefile
index b147725..244b07c 100644
--- a/Makefile
+++ b/Makefile
@@ -164,7 +164,7 @@ ifneq ($(CONFIG_DARWIN),yes)
 	$(INSTALL) -d "$(DESTDIR)$(prefix)/share/pixmaps"
 	$(INSTALL) -d "$(DESTDIR)$(prefix)/share/applications"
 
-ifeq ($(IS_DEB_MAKE),undefined)
+ifeq ($(IS_DEB_MAKE),)
 	ln -sf $(DESTDIR)$(prefix)/share/gpac/res/gpac.png $(DESTDIR)/usr/share/pixmaps/gpac.png
 	$(INSTALL) $(INSTFLAGS) -m 644 $(SRC_PATH)/share/gpac.desktop "$(DESTDIR)/usr/share/applications/"
 else