mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/filesystem to 2013.03-2
This commit is contained in:
parent
ca1150de4b
commit
a499b1041f
4 changed files with 32 additions and 27 deletions
|
@ -4,11 +4,9 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - modifed os-release
|
# - modifed os-release
|
||||||
|
|
||||||
noautobuild=1
|
|
||||||
|
|
||||||
pkgname=filesystem
|
pkgname=filesystem
|
||||||
pkgver=2013.01
|
pkgver=2013.03
|
||||||
pkgrel=3
|
pkgrel=2
|
||||||
pkgdesc='Base filesystem'
|
pkgdesc='Base filesystem'
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
@ -23,7 +21,27 @@ backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc
|
||||||
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
|
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
|
||||||
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
|
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
|
||||||
'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
|
'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
|
||||||
'locale.sh')
|
'locale.sh')
|
||||||
|
md5sums=('7b8e40f8f793e60f471511641bb1c9f2'
|
||||||
|
'7813c481156f6b280a3ba91fc6236368'
|
||||||
|
'9e4533df61f0c82d6b2e2371f7376282'
|
||||||
|
'4c4540eeb748bf1f71d631b8c1dcf0b3'
|
||||||
|
'f28150d4c0b22a017be51b9f7f9977ed'
|
||||||
|
'6e488ffecc8ba142c0cf7e2d7aeb832e'
|
||||||
|
'1cfd310dff0804a7d21958487c32a3b1'
|
||||||
|
'2ef2429c2c98d0883906aa6f5363be80'
|
||||||
|
'693c97f2c9a519bb97a17008e92c2b74'
|
||||||
|
'1745349eb24ed21b4cfaa6f423bddb76'
|
||||||
|
'7bc65f234dfb6abf24e7c3b03e86f4ff'
|
||||||
|
'd41d8cd98f00b204e9800998ecf8427e'
|
||||||
|
'52db9503314f639b8f47bd9a251a6ea9'
|
||||||
|
'6f48288b6fcaf0065fcb7b0e525413e0'
|
||||||
|
'22518e922891f9359f971f4f5b4e793c'
|
||||||
|
'f45389e116ab0b9e9968287617d27c7d'
|
||||||
|
'f3b6ae7db8adffaaa4bffc6099dcbd50'
|
||||||
|
'a8a962370cd0128465d514e6a1f74130'
|
||||||
|
'2e193c4a37245f2323ebe87f1a673563'
|
||||||
|
'3807d07215d9116331fe1cf8feeaa0f8')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
@ -80,10 +98,14 @@ package() {
|
||||||
install -d -m755 usr/share/man/man${d}
|
install -d -m755 usr/share/man/man${d}
|
||||||
done
|
done
|
||||||
|
|
||||||
#
|
#
|
||||||
# add lib symlinks
|
# add lib symlinks
|
||||||
#
|
#
|
||||||
ln -s usr/lib ${pkgdir}/lib
|
ln -s usr/lib ${pkgdir}/lib
|
||||||
|
[[ ${CARCH} = "x86_64" ]] && (
|
||||||
|
ln -s usr/lib ${pkgdir}/lib64
|
||||||
|
ln -s lib ${pkgdir}/usr/lib64
|
||||||
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
# install archlinux(7) manpage
|
# install archlinux(7) manpage
|
||||||
|
@ -98,23 +120,3 @@ package() {
|
||||||
done
|
done
|
||||||
ln -s ../man usr/local/share/man
|
ln -s ../man usr/local/share/man
|
||||||
}
|
}
|
||||||
md5sums=('c61f6ac4f6377108e59879f203f18633'
|
|
||||||
'7813c481156f6b280a3ba91fc6236368'
|
|
||||||
'9e4533df61f0c82d6b2e2371f7376282'
|
|
||||||
'4c4540eeb748bf1f71d631b8c1dcf0b3'
|
|
||||||
'f28150d4c0b22a017be51b9f7f9977ed'
|
|
||||||
'6e488ffecc8ba142c0cf7e2d7aeb832e'
|
|
||||||
'1cfd310dff0804a7d21958487c32a3b1'
|
|
||||||
'2ef2429c2c98d0883906aa6f5363be80'
|
|
||||||
'693c97f2c9a519bb97a17008e92c2b74'
|
|
||||||
'1745349eb24ed21b4cfaa6f423bddb76'
|
|
||||||
'7bc65f234dfb6abf24e7c3b03e86f4ff'
|
|
||||||
'd41d8cd98f00b204e9800998ecf8427e'
|
|
||||||
'52db9503314f639b8f47bd9a251a6ea9'
|
|
||||||
'6f48288b6fcaf0065fcb7b0e525413e0'
|
|
||||||
'22518e922891f9359f971f4f5b4e793c'
|
|
||||||
'ffe983034b8004989b8c3df97ec91095'
|
|
||||||
'f3b6ae7db8adffaaa4bffc6099dcbd50'
|
|
||||||
'a8a962370cd0128465d514e6a1f74130'
|
|
||||||
'2e193c4a37245f2323ebe87f1a673563'
|
|
||||||
'3807d07215d9116331fe1cf8feeaa0f8')
|
|
||||||
|
|
|
@ -33,6 +33,7 @@ post_upgrade() {
|
||||||
_adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
|
_adduser uuidd -u 68 -d / -g uuidd -s /sbin/nologin
|
||||||
_addgroup dbus -g 81
|
_addgroup dbus -g 81
|
||||||
_adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
|
_adduser dbus -u 81 -d / -g dbus -s /sbin/nologin
|
||||||
|
_addgroup systemd-journal -g 190
|
||||||
|
|
||||||
# sync gshadow to group (fixes FS#19869)
|
# sync gshadow to group (fixes FS#19869)
|
||||||
if ! grep -q '^lock:' etc/gshadow; then
|
if ! grep -q '^lock:' etc/gshadow; then
|
||||||
|
|
|
@ -32,3 +32,4 @@ scanner:x:96:
|
||||||
power:x:98:
|
power:x:98:
|
||||||
nobody:x:99:
|
nobody:x:99:
|
||||||
users:x:100:
|
users:x:100:
|
||||||
|
systemd-journal:x:190:
|
||||||
|
|
|
@ -20,7 +20,7 @@ smmsp:::
|
||||||
http:::
|
http:::
|
||||||
games:::
|
games:::
|
||||||
lock:::
|
lock:::
|
||||||
uuidd:!::
|
uuidd:x::
|
||||||
dbus:x::
|
dbus:x::
|
||||||
network:x::
|
network:x::
|
||||||
video:x::
|
video:x::
|
||||||
|
@ -32,3 +32,4 @@ scanner:x::
|
||||||
power:x::
|
power:x::
|
||||||
nobody:::
|
nobody:::
|
||||||
users:::
|
users:::
|
||||||
|
systemd-journal:x::
|
||||||
|
|
Loading…
Reference in a new issue