mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-17 04:10:58 +02:00
spaces matter too much to bash
This commit is contained in:
parent
64a926e27c
commit
eb9217c2a2
2 changed files with 3 additions and 3 deletions
|
|
@ -8,4 +8,4 @@ AUX user-keywords 476 RMD160 f7297498398ef10163194f8e419c9b0d3ed0f9e3 SHA1 6ad61
|
|||
EBUILD pentoo-2009.1-r1.ebuild 949 RMD160 6ea966878d0813832711b62fc33d3ea49c140916 SHA1 6c15310fba73637e3e3f38070cdd150d6807baec SHA256 6a305964a89355ed3ee926a77c9704f67892836d86e5abac1a75f8bd8a6db3b1
|
||||
EBUILD pentoo-2009.1-r2.ebuild 1189 RMD160 0c808303b31d2242195c5e1ae347317db20128fb SHA1 323fb9dae9c87f03eeb41ee95e8a81becf7c0f11 SHA256 a5cfb8f16b98a451fd6dfb05b190f25a0fdd0fd71c56e3c60e9bebfe8586e76e
|
||||
EBUILD pentoo-2009.1.ebuild 742 RMD160 800e8bc740199dc5c1f9daf77e0cb66876e12abf SHA1 1e86c8f888e0308795b0b2c31c9af512688a09ee SHA256 05072a1b4832596fb12454a72d7514329000e69d85a9a4347576b33531b651c7
|
||||
EBUILD pentoo-2010.0.ebuild 2421 RMD160 9435037d688aea009ef0bcd59fa594781b16be5e SHA1 5a206da5119fb114d4f4a761ae4202d67c381f24 SHA256 f3a4c395b6e62646eceb02cc87dc3658e35be7943d29578b4ad5d2fb0719d840
|
||||
EBUILD pentoo-2010.0.ebuild 2423 RMD160 86953f63598727241cf0eeebb6d980966dca17cb SHA1 9f29be38c637c265050a45b5ffabac06909462f5 SHA256 e72feeb77cc318e7fbb7c09719dac63acfbc73e6034e849d3264659a9b3a2635
|
||||
|
|
|
|||
|
|
@ -23,8 +23,8 @@ pkg_setup() {
|
|||
grep -v 'x11-base/xorg-x11' /var/lib/portage/world > /var/lib/portage/world.cleansed
|
||||
local grepret=$?
|
||||
[ ${grepret} -ge 2 ] && [ -f ${ROOT}/var/lib/portage/world ] && die "Tried to grep the world file and got an error."
|
||||
[ ${grepret} == 0] && einfo "x11-base/xorg-x11 has been purged from world. It's a good thing."
|
||||
[ ${grepret} == 1] && einfo "x11-base/xorg-x11 was found not in the world file. It's a good thing."
|
||||
[ ${grepret} == 0 ] && einfo "x11-base/xorg-x11 has been purged from world. It's a good thing."
|
||||
[ ${grepret} == 1 ] && einfo "x11-base/xorg-x11 was found not in the world file. It's a good thing."
|
||||
mv /var/lib/portage/world.cleansed /var/lib/portage/world || die "Fixing world failed"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue