summaryrefslogtreecommitdiff
path: root/libre/filesystem
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-29 13:21:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2018-05-29 13:21:10 -0500
commit44afd8d4f95c2902f1aab69b8dd2b55a0ce603e6 (patch)
treec0ce032dc91ef9be5f34298c20e2c430d074c9fc /libre/filesystem
parentfb387da1bdba0e81702d3087e321783d5941659f (diff)
Reverting changes in filesystem
Diffstat (limited to 'libre/filesystem')
-rw-r--r--libre/filesystem/PKGBUILD14
-rw-r--r--libre/filesystem/motd14
-rw-r--r--libre/filesystem/os-release2
3 files changed, 8 insertions, 22 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD
index ed6a14b15..c8429063c 100644
--- a/libre/filesystem/PKGBUILD
+++ b/libre/filesystem/PKGBUILD
@@ -1,11 +1,12 @@
+# $Id: PKGBUILD 291699 2017-03-26 22:06:04Z seblu $
# Maintainer (Arch): Sébastien Luttringer
# Contributor (Arch): Tom Gundersen <teg@jklm.no>
# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
# Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar>
pkgname=filesystem
-pkgver=2018.2
-pkgrel=1.parabola1
+pkgver=2018.1
+pkgrel=2.parabola3
pkgdesc='Base Parabola GNU/Linux-libre files'
arch=('i686' 'x86_64' 'armv7h')
license=('GPL')
@@ -32,9 +33,9 @@ sha256sums=('e03bede3d258d680548696623d5979c6edf03272e801a813c81ba5a5c64f4f82'
'3ad448c78cab733759ae3365620504b1444e854effd066f1c7174652f046ebe1'
'dad04a370e488aa85fb0a813a5c83cf6fd981ce01883fc59685447b092de84b5'
'8ca2d8eef6fb5143c9ef7e9174ccfef59ac7ad2deee243574cd10c763156cc10'
- 'a40ea3ae374e135e508d62299f9e2ca9b660693c940407e3996907f67a33cbc5'
+ 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
'2af11d071689f648859a65dd9fbb677bfaa89b0935676e4f1df769e9a90f73a9'
- '0af4d78a6cc7f906bd7aa59c20e7d46695414a7b7b4d940f17ab77897fc4804d'
+ '463dbccba0275ee80c532755c7048cb9ded83658a33a82f344aaf1520704f2ac'
'5e06477834f51abf42ea4e8dc199632afc6afbfd8c44354685a271e9a48d2c0a'
'5da078777cda24e4df697e2928451723f2303bfdbb2ce9551c822188c7945d25'
'5557d8e601b17a80d1ea7de78a9869be69637cb6a02fbfe334e22fdf64e61d4c'
@@ -71,11 +72,10 @@ package() {
install -m600 "$srcdir"/$f etc/
install -m600 "$srcdir"/$f usr/share/factory/etc/
done
+ touch etc/parabola-release
+ ln -sv parabola-release etc/arch-release
install -m755 "$srcdir"/locale.sh etc/profile.d/locale.sh
install -Dm644 "$srcdir"/os-release usr/lib/os-release
- ln -sv ../usr/lib/os-release etc/arch-release
- ln -sv ./arch-release etc/parabola-release
- ln -sv ./parabola-release etc/os-release
# setup /var
for d in cache local opt log/old lib/misc empty; do
diff --git a/libre/filesystem/motd b/libre/filesystem/motd
index 235daef71..e69de29bb 100644
--- a/libre/filesystem/motd
+++ b/libre/filesystem/motd
@@ -1,14 +0,0 @@
- # ## ##
- ### ## ## #  ____
- ##### ## ## ### / _ \ _ _
- # # ##### | |_) |__ _ _ __ ___ _| |_ ___ | | __ _
- ###### | __// _` | '__/ _ ` | '_ \ / _ \| |/ _` |  GNU 
- ##### | | | (_| | | | (_| | |_| | |_| | | (_| | Linux
- #### |_| \__,_|_| \___,_|_,__/ \___/|_|\__,_| libre
- ###
- ###
- ## Free as in Freedom
- #
-
-========================================================================
-
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release
index ee6086d73..9dfb39d50 100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem/os-release
@@ -1,7 +1,7 @@
NAME="Parabola"
PRETTY_NAME="Parabola GNU/Linux-libre"
ID=parabola
-ID_LIKE="arch"
+ID_LIKE="arch archlinux"
ANSI_COLOR="1;35"
HOME_URL="https://www.parabola.nu/"
SUPPORT_URL="irc://chat.freenode.net#parabola"