summaryrefslogtreecommitdiffstats
path: root/audio-soft
diff options
context:
space:
mode:
authorIsmael Luceno2019-10-22 18:53:14 +0200
committerIsmael Luceno2019-10-22 18:56:43 +0200
commit884101db822afbc5ed4f2fbb632d884a8c8b094c (patch)
treeeac5934b23267cd8cd061214cd85abdd11e89da6 /audio-soft
parent1e2464f1b4db13fac8190c2914ec9ee52bd85cae (diff)
cd-discid: Use the Makefile directly from grimoire
Without copying. The install target used to strip the program, so use install-strip now.
Diffstat (limited to 'audio-soft')
-rwxr-xr-xaudio-soft/cd-discid/BUILD3
-rw-r--r--audio-soft/cd-discid/HISTORY2
-rwxr-xr-xaudio-soft/cd-discid/INSTALL3
3 files changed, 4 insertions, 4 deletions
diff --git a/audio-soft/cd-discid/BUILD b/audio-soft/cd-discid/BUILD
index 4276e43fc4..125087dc9c 100755
--- a/audio-soft/cd-discid/BUILD
+++ b/audio-soft/cd-discid/BUILD
@@ -1,2 +1 @@
-cp "$SCRIPT_DIRECTORY"/Makefile . &&
-make
+make -f "$SCRIPT_DIRECTORY"/Makefile
diff --git a/audio-soft/cd-discid/HISTORY b/audio-soft/cd-discid/HISTORY
index bafc8f6c3a..caeca778eb 100644
--- a/audio-soft/cd-discid/HISTORY
+++ b/audio-soft/cd-discid/HISTORY
@@ -1,5 +1,7 @@
2019-10-22 Ismael Luceno <ismael@iodev.co.uk>
* Makefile: normalized
+ * BUILD, INSTALL: Use the Makefile directly from the grimoire, without
+ copying
2007-02-03 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS, BUILD, INSTALL: bump to 0.9, switch to build api 2
diff --git a/audio-soft/cd-discid/INSTALL b/audio-soft/cd-discid/INSTALL
index cbe8406c16..dbf92d2d90 100755
--- a/audio-soft/cd-discid/INSTALL
+++ b/audio-soft/cd-discid/INSTALL
@@ -1,2 +1 @@
-make DESTDIR="$INSTALL_ROOT" install
-
+make -f "$SCRIPT_DIRECTORY"/Makefile DESTDIR="$INSTALL_ROOT" install-strip