summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2018-06-19 14:04:59 -0400
committerAnthony G. Basile <blueness@gentoo.org>2018-06-19 14:05:16 -0400
commiteaa02040aa13c46d955c90d8c9a1ade441b289f0 (patch)
tree0a23b3574638830883592f1e2623215bc0450293 /net-misc/ntpsec/ntpsec-9999.ebuild
parentdev-perl/XML-LibXML-2.13.200-r0: alpha stable (diff)
downloadgentoo-eaa02040aa13c46d955c90d8c9a1ade441b289f0.tar.gz
gentoo-eaa02040aa13c46d955c90d8c9a1ade441b289f0.tar.bz2
gentoo-eaa02040aa13c46d955c90d8c9a1ade441b289f0.zip
net-misc/ntpsec: version bump to 1.1.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-misc/ntpsec/ntpsec-9999.ebuild')
-rw-r--r--net-misc/ntpsec/ntpsec-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/ntpsec/ntpsec-9999.ebuild b/net-misc/ntpsec/ntpsec-9999.ebuild
index a4689a76e05b..680e3dcba1d5 100644
--- a/net-misc/ntpsec/ntpsec-9999.ebuild
+++ b/net-misc/ntpsec/ntpsec-9999.ebuild
@@ -66,6 +66,8 @@ pkg_setup() {
src_prepare() {
default
+ # Remove autostripping of binaries
+ sed -i -e '/Strip binaries/d' wscript
python_copy_sources
}
@@ -83,9 +85,6 @@ src_configure() {
done
CLOCKSTRING="`echo ${string_127}|sed 's|,$||'`"
- # Remove autostripping of binaries
- sed -i -e '/Strip binaries/d' wscript
-
local myconf=(
--nopyc
--nopyo
@@ -135,6 +134,7 @@ src_install() {
mkdir -pv "${ED}"/var/lib/ntp
chown ntp:ntp "${ED}"/var/lib/ntp
chmod 770 "${ED}"/var/lib/ntp
+ keepdir /var/lib/ntp
# Install a log rotate script
mkdir -pv "${ED}"/etc/logrotate.d