diff options
Diffstat (limited to 'recipes/gpe-question/files/makefile-fix.patch')
-rw-r--r-- | recipes/gpe-question/files/makefile-fix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gpe-question/files/makefile-fix.patch b/recipes/gpe-question/files/makefile-fix.patch index a8d1eadee2..f501e124e5 100644 --- a/recipes/gpe-question/files/makefile-fix.patch +++ b/recipes/gpe-question/files/makefile-fix.patch @@ -5,7 +5,7 @@ install-program: all - install -Ds $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) -+ install -D -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) ++ install -D $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE) clean: rm -f $(PACKAGE).o $(PACKAGE) $(DEPS) |