diff options
Diffstat (limited to 'libre')
-rw-r--r-- | libre/filesystem/PKGBUILD | 4 | ||||
-rw-r--r-- | libre/filesystem/profile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/filesystem/PKGBUILD b/libre/filesystem/PKGBUILD index 93e9e2fe7..ae82641b4 100644 --- a/libre/filesystem/PKGBUILD +++ b/libre/filesystem/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Nicolás Reynolds <fauno@kiwwwi.com.ar> pkgname=filesystem -pkgver=2020.05.07 +pkgver=2020.05.20 pkgrel=1 pkgrel+=.parabola1 pkgdesc='Base Parabola GNU/Linux-libre files' @@ -35,7 +35,7 @@ md5sums=('5fa6674df7645d7f5895f2d12b4ef4e9' '981ee4d7e506a9d6d9ed2d872e16004b' '14be02a20b9da728434ecb73e80111dc' '5182ac38a0de85da8ade93ef71975ca4' - '7b208a630a548740e0f4cd368badae23' + '2a50e4755bc841ed2b63a56935176b47' '0ee015fad07732676d9488ae498eed41' 'f04bcb2803afc4dcb95670fe87343b4d' '815652599be54fd3607cf276e89a0a19' diff --git a/libre/filesystem/profile b/libre/filesystem/profile index 790e59b1d..ca39d11f2 100644 --- a/libre/filesystem/profile +++ b/libre/filesystem/profile @@ -16,7 +16,7 @@ appendpath () { appendpath '/usr/local/sbin' appendpath '/usr/local/bin' appendpath '/usr/bin' -unset appendpath +unset -f appendpath export PATH |