File gcin-keep-debug-symbols.patch of Package gcin.openSUSE_13.1_Update
diff --git a/Makefile b/Makefile index f6ab8ca..e173adc 100644 --- a/Makefile +++ b/Makefile @@ -236,7 +236,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; \ fi