Skip to content
Snippets Groups Projects
Commit 2cfa67c9 authored by Dave Reisner's avatar Dave Reisner
Browse files

remove tracking of /var/cache/man. man-db controls this directory.

parent 290c0d6a
No related branches found
Tags 2015.09-1
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=filesystem
pkgver=2014.10
pkgrel=1
pkgrel=2
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('GPL')
......@@ -103,7 +103,7 @@ package() {
install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release
# setup /var
for d in cache/man local opt log/old lib/misc empty; do
for d in local opt log/old lib/misc empty; do
install -d -m755 var/${d}
done
install -d -m1777 var/{tmp,spool/mail}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment