Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37852545
en ru br
ALT Linux repos
S:1.8.0-alt1

Group :: Sound
RPM: zita-resampler

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: zita-resampler-1.6.2-destdir.patch
Download


diff -up zita-resampler-1.6.2/apps/Makefile.destdir zita-resampler-1.6.2/apps/Makefile
--- zita-resampler-1.6.2/apps/Makefile.destdir	2018-09-08 18:21:50.523024413 +0200
+++ zita-resampler-1.6.2/apps/Makefile	2018-09-08 18:22:41.973021239 +0200
@@ -55,8 +55,8 @@ zretune.1.gz:	zretune.1
 
 
 install:	all
-	install -d $(BINDIR)
-	install -d $(MANDIR)
+	install -d $(DESTDIR)$(BINDIR)
+	install -d $(DESTDIR)$(MANDIR)
 	install -m 755 zresample $(DESTDIR)$(BINDIR)
 	install -m 755 zretune $(DESTDIR)$(BINDIR)
 	install -m 644 zresample.1.gz $(DESTDIR)$(MANDIR)
@@ -65,8 +65,8 @@ install:	all
 uninstall: 
 	/bin/rm -f $(DESTDIR)$(BINDIR)/zresample
 	/bin/rm -f $(DESTDIR)$(BINDIR)/zretune
-	/bin/rm -f $(MANDIR)/zresample.1.gz
-	/bin/rm -f $(MANDIR)/zretune.1.gz
+	/bin/rm -f $(DESTDIR)$(MANDIR)/zresample.1.gz
+	/bin/rm -f $(DESTDIR)$(MANDIR)/zretune.1.gz
 
 clean:
 	/bin/rm -f *~ *.o *.a *.d *.so *.gz zresample zretune
diff -up zita-resampler-1.6.2/source/Makefile.destdir zita-resampler-1.6.2/source/Makefile
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin