cf44a2360a
target is actually changed instead of the build target. Approved by: Matthew Luckie <mjl@luckie.org.nz>
10 lines
278 B
Text
10 lines
278 B
Text
--- Makefile.orig Mon May 16 19:12:13 2005
|
|
+++ Makefile Mon May 23 13:14:54 2005
|
|
@@ -79,6 +79,6 @@
|
|
|
|
install: all
|
|
mv scamper scamper.bin
|
|
- install -m 4755 -o root scamper.bin scamper
|
|
+ install -m 4755 -o root scamper.bin ${PREFIX}/bin/scamper
|
|
rm -f scamper.bin
|
|
|