mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
332 B
Plaintext
14 lines
332 B
Plaintext
$NetBSD: patch-ab,v 1.1 2010/01/29 23:54:51 joerg Exp $
|
|
|
|
--- scripts/Makefile.in.orig 2010-01-29 23:48:05.000000000 +0000
|
|
+++ scripts/Makefile.in
|
|
@@ -284,7 +284,7 @@ uninstall-am: uninstall-info-am
|
|
|
|
|
|
install-exec-local:
|
|
- install soundlog $(bindir)
|
|
+ install soundlog ${DESTDIR}$(bindir)
|
|
|
|
uninstall:
|
|
rm -f $(bindir)/soundlog
|