diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-25 07:29:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-02-25 07:29:43 +0000 |
commit | 7a11624beb34dd4e40d32a24d91f9e4c91da72cf (patch) | |
tree | 712d95cf7028606c45ccf4a5f1c9b5a7177c2161 | |
parent | 299489d4a9889e9b92190fe3d7a80b250d392087 (diff) | |
download | alpine-baselayout-7a11624beb34dd4e40d32a24d91f9e4c91da72cf.tar.bz2 alpine-baselayout-7a11624beb34dd4e40d32a24d91f9e4c91da72cf.tar.xz |
add missing /tmp dir
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ install: proc sys var/run var/lock/subsys var/lib/misc var/log \ usr/local/bin usr/local/lib usr/local/share) install -d -m 0770 $(DESTDIR)/root + install -d -m 1777 $(DESTDIR)/tmp echo "af_packet" >$(DESTDIR)/etc/modules |