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

Update prepare with patch snippet

parent faa410de
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
pkgname=filesystem
pkgver=2015.09
pkgrel=1
pkgrel=1.1
pkgdesc='Base filesystem'
arch=('i686' 'x86_64')
license=('GPL')
......@@ -34,7 +34,7 @@ md5sums=('4d7417d2bf8872665c0907f09ae37c34'
'6f48288b6fcaf0065fcb7b0e525413e0'
'22518e922891f9359f971f4f5b4e793c'
'69e460404f45bdb7288d1de662e56dd9'
'cfa3345c485c59e681ab39a44dc7ece1'
'6c11d5af3bf8c770766e77312e7bd07f'
'a8a962370cd0128465d514e6a1f74130'
'2e193c4a37245f2323ebe87f1a673563'
'71ed98c52e11ada1f936ac8cb14eecd9')
......@@ -148,8 +148,9 @@ package() {
#
# setup /usr/local hierarchy
#
for d in bin etc games include lib man sbin share src; do
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
}
......@@ -6,7 +6,7 @@ shadow: files
publickey: files
hosts: files dns myhostname
hosts: files resolve mymachines myhostname
networks: files
protocols: files
......
......@@ -4,7 +4,7 @@
umask 022
# Set our default path
PATH="/usr/local/sbin:/usr/local/bin:/usr/bin"
PATH="/usr/local/bin:/usr/bin"
export PATH
# Load profiles from /etc/profile.d
......
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