aboutsummaryrefslogtreecommitdiff
path: root/examples/symlinks/Makefile
diff options
context:
space:
mode:
authorIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:02:54 +0400
committerIgor Pashev <igor.pashev@nexenta.com>2012-12-19 13:05:12 +0400
commit3e567218b60d7f885e769e1a2a07d84d38f11c13 (patch)
treef43668e026c492f304f4c827fc4b567ca85b1963 /examples/symlinks/Makefile
parentfdcf880b3c8c67f08453f553474a551e9707d29d (diff)
downloadcibs-3e567218b60d7f885e769e1a2a07d84d38f11c13.tar.gz
Update examples
Diffstat (limited to 'examples/symlinks/Makefile')
-rw-r--r--examples/symlinks/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/symlinks/Makefile b/examples/symlinks/Makefile
index c90184b..94a83b2 100644
--- a/examples/symlinks/Makefile
+++ b/examples/symlinks/Makefile
@@ -1,7 +1,7 @@
include /usr/share/cibs/rules/ips.mk
include /usr/share/cibs/rules/git.mk
include /usr/share/cibs/rules/patch.mk
-include /usr/share/cibs/rules/32.mk
+include /usr/share/cibs/rules/64.mk
summary := scan/change symbolic links
@@ -26,6 +26,6 @@ build-%-stamp: download-stamp patch-stamp
touch $@
install-%-stamp: build-%-stamp
- mkdir -p $(protodir)/$(bindir)
- cp $(builddir)/symlinks $(protodir)/$(bindir)
+ mkdir -p $(destdir)/$(bindir)
+ cp $(builddir)/symlinks $(destdir)/$(bindir)
touch $@