Skip to content
Snippets Groups Projects
Commit 7e10bf7e authored by Sébastien Luttringer's avatar Sébastien Luttringer
Browse files

drop usr/local tree

parent 6dc0143e
No related branches found
No related tags found
No related merge requests found
# Maintainer: Tom Gundersen <teg@jklm.no>
# Maintainer: Sébastien Luttringer
# Contributor: Tom Gundersen <teg@jklm.no>
pkgname=filesystem
pkgver=2016.11
pkgrel=3
pkgver=2016.12
pkgrel=1
pkgdesc='Base Arch Linux files'
arch=('i686' 'x86_64')
license=('GPL')
......@@ -141,13 +142,4 @@ package() {
# install archlinux(7) manpage
#
install -D -m644 "$srcdir"/archlinux.7 usr/share/man/man7/archlinux.7
#
# setup /usr/local hierarchy
#
for d in bin etc games include lib man share src; do
install -d -m755 usr/local/$d
done
ln -s ../man usr/local/share/man
ln -s bin usr/local/sbin
}
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