From 958842bad0c7352cbf8dab809b95760692a7f3a4 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Tue, 10 May 2005 08:11:35 +0000 Subject: [PATCH] Fix INSTALL invocation --- debian/rules | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a5852db..4824603 100755 --- a/debian/rules +++ b/debian/rules @@ -36,10 +36,12 @@ SOURCE_URLS += ${RAFSI_URL} SOURCE_URLS += ${LUJVO_URL} SOURCE_URLS += ${NORALUJV_URL} - # Command for fetching a URL WGET = wget -N +# Command for installing files +INSTALL = install + .PHONY: build build: ; @@ -67,7 +69,7 @@ install: build dh_clean -k dh_installdirs - $(INSTALL) -m 644 ${SOURCE_FILES} $(CURDIR)/debian/${PACKAGE_NAME}/usr/share/lojban/ + ${INSTALL} -m 644 ${SOURCE_FILES} $(CURDIR)/debian/${PACKAGE_NAME}/usr/share/lojban/ # Build architecture-independent files here. .PHONY: binary-indep -- 2.11.4.GIT