Browse Source

Allows normal user to make package.

master
freesource 20 years ago
parent
commit
eea770be37
  1. 2
      Makefile
  2. 2
      Makefile.pkg

2
Makefile

@ -1,5 +1,5 @@
all: install
all:
install:
install -d /var/lib/dpkg

2
Makefile.pkg

@ -1,5 +1,5 @@
all: install
all:
install:
install -d $(DESTDIR)/var/lib/dpkg

Loading…
Cancel
Save