diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/symlinks/Makefile | 4 |
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 $@ |