summaryrefslogtreecommitdiffstats
path: root/apkbuild-pypi.in
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-06-12 16:13:14 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2016-06-13 12:37:20 +0000
commit16b9cb0d37ddc7e2af0f793e16d849d88200ff84 (patch)
tree3c46731c91cc5b70fc1ffcab23c6aeb24c55b1dd /apkbuild-pypi.in
parent7caf00125a6657db4698d8c6e0e941eecd71ed44 (diff)
downloadabuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.tar.bz2
abuild-16b9cb0d37ddc7e2af0f793e16d849d88200ff84.tar.xz
apkbuild-pypi: fix misspelled _pkg_real
Diffstat (limited to 'apkbuild-pypi.in')
-rw-r--r--apkbuild-pypi.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/apkbuild-pypi.in b/apkbuild-pypi.in
index dd8779b..6693887 100644
--- a/apkbuild-pypi.in
+++ b/apkbuild-pypi.in
@@ -16,7 +16,7 @@ my $template = <<'EOF';
# Contributor: [% contributor %]
# Maintainer: [% maintainer %]
pkgname=[% pkgname %]
-_pkg_real=[% pkgreal %]
+_pkgreal=[% pkgreal %]
pkgver=[% pkgver %]
pkgrel=0
pkgdesc=[% pkgdesc %]