aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-clock/files/fix-install.patch
blob: 2d3e3032d0f178b22655b65474806ea50f6b9642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git gpe-clock-0.25/Makefile-orig gpe-clock-0.25/Makefile
index 4fa59bf..e716fcb 100644
--- gpe-clock-0.25/Makefile-orig
+++ gpe-clock-0.25/Makefile
@@ -36,7 +36,7 @@ $(PACKAGE): $(OBJS)
 
 install-program: all
 	install -d $(DESTDIR)$(PREFIX)/bin
-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
+	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
 	install -d $(DESTDIR)$(PREFIX)/share/pixmaps
 	install -m 644 $(PACKAGE).png $(DESTDIR)$(PREFIX)/share/pixmaps/
 	install -d $(DESTDIR)$(PREFIX)/share/applications