aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-watch/gpe-watch-0.10/fix_install.patch
blob: 3ae63a839f48508decfed38001add8140ba5fd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git gpe-watch-0.10/Makefile-orig gpe-watch-0.10/Makefile
index 2f74616..58fa802 100644
--- gpe-watch-0.10/Makefile-orig
+++ gpe-watch-0.10/Makefile
@@ -39,7 +39,7 @@ $(PACKAGE): $(OBJS) $(LIB)
 
 install-program: all $(PACKAGE).desktop
 	mkdir -p $(DESTDIR)$(PREFIX)/bin
-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 	mkdir -p $(DESTDIR)$(PREFIX)/share/pixmaps
 	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/$(PACKAGE).png
 	#mkdir -p $(DESTDIR)$(PREFIX)/share/$(PACKAGE)