aboutsummaryrefslogtreecommitdiff
path: root/examples/symlinks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'examples/symlinks/Makefile')
-rw-r--r--examples/symlinks/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/symlinks/Makefile b/examples/symlinks/Makefile
index 7b78b60..c90184b 100644
--- a/examples/symlinks/Makefile
+++ b/examples/symlinks/Makefile
@@ -26,6 +26,6 @@ build-%-stamp: download-stamp patch-stamp
touch $@
install-%-stamp: build-%-stamp
- mkdir -p $(destdir)/$(bindir)
- cp $(builddir)/symlinks $(destdir)/$(bindir)
+ mkdir -p $(protodir)/$(bindir)
+ cp $(builddir)/symlinks $(protodir)/$(bindir)
touch $@