summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim A. Misbakh-Soloviov <mva@mva.name>2013-04-11 14:51:39 +0700
committerVadim A. Misbakh-Soloviov <mva@mva.name>2013-04-11 14:51:39 +0700
commitce1f329c44a6146ee6f5592fc4e0ba8d86819f39 (patch)
tree7088f199f4d8ca8c534354fc4021898c258f3801 /Documentation
parent[net-im/prosody-modules] bump (diff)
downloadlua-ce1f329c44a6146ee6f5592fc4e0ba8d86819f39.tar.gz
lua-ce1f329c44a6146ee6f5592fc4e0ba8d86819f39.tar.bz2
lua-ce1f329c44a6146ee6f5592fc4e0ba8d86819f39.zip
pkgconfig fixes
Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
Diffstat (limited to 'Documentation')
-rwxr-xr-xDocumentation/scripts/regen_header.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/scripts/regen_header.sh b/Documentation/scripts/regen_header.sh
index 25fa572..6a64774 100755
--- a/Documentation/scripts/regen_header.sh
+++ b/Documentation/scripts/regen_header.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-find * -type f -name '*.ebuild' -print0 | xargs -0 sed -r -e "s/Copyright 1999-20[0-9]{2}/Copyright 1999-$(date +%Y)/" -e 's/.*Header: .*/# $Header: This ebuild is from Lua overlay; Bumped by mva; $/' -e 's/EAPI=.*/EAPI="4"/' -i
+find * -type f -name '*.ebuild' -print0 | xargs -0 sed -r -e "s/Copyright 1999-20[0-9]{2}/Copyright 1999-$(date +%Y)/" -e 's/.*Header: .*/# $Header: This ebuild is from Lua overlay; Bumped by mva; $/' -e 's/EAPI=.*/EAPI="5"/' -i