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

fix FS#51899

parent c3b4e5b2
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,8 @@
pkgname=filesystem
pkgver=2016.11
pkgrel=2
pkgdesc='Base Arch Linux filesystem'
pkgrel=3
pkgdesc='Base Arch Linux files'
arch=('i686' 'x86_64')
license=('GPL')
url='https://www.archlinux.org'
......@@ -16,8 +16,7 @@ backup=('etc/fstab' 'etc/crypttab' 'etc/group' 'etc/hosts' 'etc/ld.so.conf' 'etc
'etc/shells' 'etc/host.conf' 'etc/securetty' 'etc/profile' 'etc/issue')
source=('group' 'issue' 'nsswitch.conf' 'securetty' 'host.conf' 'ld.so.conf'
'passwd' 'shadow' 'fstab' 'crypttab' 'hosts' 'motd' 'os-release' 'resolv.conf'
'shells' 'gshadow' 'profile' 'modprobe.d.usb-load-ehci-first' 'archlinux.7.txt'
'locale.sh')
'shells' 'gshadow' 'profile' 'archlinux.7.txt' 'locale.sh')
md5sums=('4d7417d2bf8872665c0907f09ae37c34'
'7813c481156f6b280a3ba91fc6236368'
'7b21f0f97f048988908bf93778bba65f'
......@@ -35,7 +34,6 @@ md5sums=('4d7417d2bf8872665c0907f09ae37c34'
'22518e922891f9359f971f4f5b4e793c'
'69e460404f45bdb7288d1de662e56dd9'
'6c11d5af3bf8c770766e77312e7bd07f'
'a8a962370cd0128465d514e6a1f74130'
'2e193c4a37245f2323ebe87f1a673563'
'71ed98c52e11ada1f936ac8cb14eecd9')
......@@ -98,7 +96,6 @@ package() {
install -m600 "$srcdir"/$f etc/
done
touch etc/arch-release
install -D -m644 "$srcdir"/modprobe.d.usb-load-ehci-first usr/lib/modprobe.d/usb-load-ehci-first.conf
install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
install -Dm644 "$srcdir"/os-release "$pkgdir"/usr/lib/os-release
......
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