- Update to 2.8.2 - refresh patches - drop upstreamed gcin-bnc858193-fixes-frozen-gnome-shell.patch OBS-URL: https://build.opensuse.org/request/show/233821 OBS-URL: https://build.opensuse.org/package/show/M17N/gcin?expand=0&rev=59
16 lines
539 B
Diff
16 lines
539 B
Diff
---
|
|
Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -239,7 +239,7 @@ install:
|
|
else \
|
|
install -d $(DOC_DIR_i); \
|
|
install -m 644 README.html Changelog.html $(DOC_DIR_i); \
|
|
- install -s $(PROGS) $(bindir); \
|
|
+ install $(PROGS) $(bindir); \
|
|
rm -f $(bindir)/trad2sim; ln -sf sim2trad $(bindir)/trad2sim; \
|
|
rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute; \
|
|
rm -f $(bindir)/ts-contribute-en; ln -sf ts-edit $(bindir)/ts-contribute-en; \
|