From eea770be377fa52deb2a50b64f48707936224e73 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 6 Jan 2005 03:49:33 +0000 Subject: [PATCH] Allows normal user to make package. --- Makefile | 2 +- Makefile.pkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 82a168c..027eccc 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -all: install +all: install: install -d /var/lib/dpkg diff --git a/Makefile.pkg b/Makefile.pkg index c54fd70..b4b3544 100644 --- a/Makefile.pkg +++ b/Makefile.pkg @@ -1,5 +1,5 @@ -all: install +all: install: install -d $(DESTDIR)/var/lib/dpkg