summaryrefslogtreecommitdiff
path: root/libre/filesystem/os-release
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-02-17 20:39:09 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2019-02-17 20:39:09 -0500
commit8b0edf5381015f996afec27ae15f5536587faa33 (patch)
treee507b406f331f555ddece538c47bc2ca4a194a66 /libre/filesystem/os-release
parentd8fd97892fb78236e9dfdda6e31873bf202225aa (diff)
downloadabslibre-8b0edf5381015f996afec27ae15f5536587faa33.tar.gz
abslibre-8b0edf5381015f996afec27ae15f5536587faa33.tar.bz2
abslibre-8b0edf5381015f996afec27ae15f5536587faa33.zip
libre/filesystem: Fix
- PKGBUILD: include md5sums() also, for diffing with Arch - PKGBUILD: include the fotter, for diffing with Arch - issue: sync with Arch - os-release: Re-add ID_LIKE. The change made to mirror Arch commit git-svn-id: file:///srv/repos/svn-packages/svn@341200 eb2447ed-0c53-47e4-bac8-5bc4a241df78 should have changed it from ID_LIKE="arch archlinux" to ID_LIKE=arch, but it dropped ID_LIKE entirely. This broke Holo. - sysctl, sysusers, tmpfiles, environment-generator: Don't duplicate files having the same file twice can cause problems. Some things hard-code the file names. Use Arch's names. There's no reason to consider these branding.
Diffstat (limited to 'libre/filesystem/os-release')
-rw-r--r--libre/filesystem/os-release1
1 files changed, 1 insertions, 0 deletions
diff --git a/libre/filesystem/os-release b/libre/filesystem/os-release
index 16d28572b..500714dbc 100644
--- a/libre/filesystem/os-release
+++ b/libre/filesystem/os-release
@@ -1,6 +1,7 @@
NAME="Parabola"
PRETTY_NAME="Parabola GNU/Linux-libre"
ID=parabola
+ID_LIKE=arch
BUILD_ID=rolling
ANSI_COLOR="1;35"
HOME_URL="https://www.parabola.nu/"