2013-07-27 07:53:35 +00:00
|
|
|
---
|
|
|
|
|
Makefile | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
|
|
--- a/Makefile
|
|
|
|
|
+++ b/Makefile
|
2014-05-14 14:47:43 +00:00
|
|
|
@@ -212,7 +212,7 @@ ibin: gcin-nocur
|
2013-07-27 07:53:35 +00:00
|
|
|
rm -f $(bindir)/ts-contribute; ln -sf ts-edit $(bindir)/ts-contribute
|
2011-06-14 06:02:33 +00:00
|
|
|
install $(GCIN_SO) $(gcinlibdir)
|
|
|
|
|
|
2014-05-14 14:47:43 +00:00
|
|
|
-icons_apps=$(datadir)/icons/hicolor/64x64/apps
|
2013-07-27 07:53:35 +00:00
|
|
|
+icons_apps=$(datadir)/pixmaps
|
2011-06-14 06:02:33 +00:00
|
|
|
install:
|
2013-07-27 07:53:35 +00:00
|
|
|
install -d $(icons_apps)
|
|
|
|
|
install -m 644 gcin.png $(icons_apps)
|