From 3e567218b60d7f885e769e1a2a07d84d38f11c13 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Wed, 19 Dec 2012 13:02:54 +0400 Subject: Update examples --- examples/symlinks/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/symlinks') 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 $@ -- cgit v1.2.3