Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045462
en ru br
ALT Linux repos
S:0.21.17-alt3
5.0: 0.21.08-alt2
4.1: 0.21.08-alt2
4.0: 0.21.08-alt2
3.0: 0.19.9-alt0.5

Other repositories
Upstream:0.21.08

Group :: Sound
RPM: gwc

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gwc-0.21.07-alt-makefile.patch
Download


--- gwc-0.21-07/Makefile.in.orig	2006-10-20 19:52:56 +0300
+++ gwc-0.21-07/Makefile.in	2007-01-12 13:40:21 +0200
@@ -55,14 +55,12 @@
 	$(COMPILE) -c $<
 
 install : gwc
-	install -d $(BINDIR)
-	install -d $(DOCDIR)
-	install -d $(pixmapdir)
-	install -d $(HELPDIRC)
-	install -p -s $(BINFILES) $(BINDIR)
-	install -p -m 0644 $(DOCFILES) $(DOCDIR)
-	for hf in $(HELPFILES) ; do install -p -m 0644 $(HELPFILESSRCD)/$$hf $(HELPDIRC) ; done
-	install -p -m 0644 $(pixmap_DATA) $(pixmapdir)
+	install -d $(DESTDIR)$(BINDIR)
+	install -d $(DESTDIR)$(pixmapdir)
+	install -d $(DESTDIR)$(HELPDIRC)
+	install -p $(BINFILES) $(DESTDIR)$(BINDIR)
+	for hf in $(HELPFILES) ; do install -p -m 0644 $(HELPFILESSRCD)/$$hf $(DESTDIR)$(HELPDIRC) ; done
+	install -p -m 0644 $(pixmap_DATA) $(DESTDIR)$(pixmapdir)
 
 uninstall :
 	( cd $(BINDIR) && rm -f $(BINFILES) )
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin