mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/filesystem to 2018.12-2
This commit is contained in:
parent
6859da4cf8
commit
508dbf4dbb
2 changed files with 8 additions and 8 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Sébastien Luttringer
|
||||
# Contributor: Tom Gundersen <teg@jklm.no>
|
||||
|
||||
|
@ -6,8 +5,8 @@
|
|||
# - modifed os-release
|
||||
|
||||
pkgname=filesystem
|
||||
pkgver=2018.8
|
||||
pkgrel=1
|
||||
pkgver=2018.12
|
||||
pkgrel=2
|
||||
pkgdesc='Base Arch Linux files'
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
|
@ -34,7 +33,7 @@ md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9'
|
|||
'580cf8b59eebfaac4fad373ffadc9912'
|
||||
'd41d8cd98f00b204e9800998ecf8427e'
|
||||
'981ee4d7e506a9d6d9ed2d872e16004b'
|
||||
'52db9503314f639b8f47bd9a251a6ea9'
|
||||
'ccd15486a72c9a68aebbbde0b3e379a5'
|
||||
'5182ac38a0de85da8ade93ef71975ca4'
|
||||
'2c79e1762978235e7b4a9ef595f6c029'
|
||||
'0ee015fad07732676d9488ae498eed41'
|
||||
|
@ -73,7 +72,7 @@ package() {
|
|||
install -m600 "$srcdir"/$f usr/share/factory/etc/
|
||||
done
|
||||
touch etc/arch-release
|
||||
install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
|
||||
install -m644 "$srcdir"/locale.sh etc/profile.d/locale.sh
|
||||
install -Dm644 "$srcdir"/os-release usr/lib/os-release
|
||||
|
||||
# setup /var
|
||||
|
|
|
@ -1,9 +1,10 @@
|
|||
NAME="Arch Linux ARM"
|
||||
PRETTY_NAME="Arch Linux ARM"
|
||||
ID=archarm
|
||||
ID_LIKE=arch
|
||||
PRETTY_NAME="Arch Linux ARM"
|
||||
BUILD_ID=rolling
|
||||
ANSI_COLOR="0;36"
|
||||
HOME_URL="http://archlinuxarm.org/"
|
||||
HOME_URL="https://archlinuxarm.org/"
|
||||
DOCUMENTATION_URL="https://archlinuxarm.org/wiki"
|
||||
SUPPORT_URL="https://archlinuxarm.org/forum"
|
||||
BUG_REPORT_URL="https://github.com/archlinuxarm/PKGBUILDs/issues"
|
||||
|
||||
|
|
Loading…
Reference in a new issue