projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c73c98
)
dev-scheme/scm: add ending newline
author
Amy Liffey
<amynka@gentoo.org>
Sat, 23 Jun 2018 21:33:26 +0000
(23:33 +0200)
committer
Amy Liffey
<amynka@gentoo.org>
Sat, 23 Jun 2018 21:34:07 +0000
(23:34 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-scheme/scm/scm-5.5.6-r4.ebuild
patch
|
blob
|
history
diff --git
a/dev-scheme/scm/scm-5.5.6-r4.ebuild
b/dev-scheme/scm/scm-5.5.6-r4.ebuild
index 2d3d39bbaebb5dd5cabe7bac33d25e6a6a3f15c0..6496a36b4f9e5093ffc2d343826d110939d0a3af 100644
(file)
--- a/
dev-scheme/scm/scm-5.5.6-r4.ebuild
+++ b/
dev-scheme/scm/scm-5.5.6-r4.ebuild
@@
-161,9
+161,9
@@
regen_catalog() {
}
pkg_postinst() {
- [
"${ROOT}" == "/"
] && regen_catalog
+ [
[ -z ${ROOT%/} ]
] && regen_catalog
}
pkg_config() {
regen_catalog
-}
\ No newline at end of file
+}