From e56c6476d82e7b782f66e693f36698389e4ab788 Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Fri, 28 Feb 2014 22:43:05 +0200 Subject: main/lua-alt-getopt: fix symbolic link --- main/lua-alt-getopt/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main') diff --git a/main/lua-alt-getopt/APKBUILD b/main/lua-alt-getopt/APKBUILD index b69ee6440..a1d05ffd1 100644 --- a/main/lua-alt-getopt/APKBUILD +++ b/main/lua-alt-getopt/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=lua-alt-getopt pkgver=0.7.0 -pkgrel=3 +pkgrel=4 pkgdesc="Lua module for processing options similar to getopt_long(3)" url="http://luaforge.net/projects/alt-getopt/" arch="noarch" @@ -25,7 +25,7 @@ package() { cd "$_builddir" mkdir -p "$pkgdir"/usr/share/lua/5.1 "$pkgdir"/usr/share/lua/5.2 install -Dm644 alt_getopt.lua "$pkgdir"/usr/share/lua/5.2/alt_getopt.lua - ln -s ../5.2/pl "$pkgdir"/usr/share/lua/5.1/alt-getopt.lua + ln -s ../5.2/alt_getopt.lua "$pkgdir"/usr/share/lua/5.1/alt_getopt.lua } _52() { -- cgit v1.2.3