--- /usr/bin/makepkg 2009-11-11 01:05:13.000000000 +0100 +++ makepkg 2010-02-19 00:06:22.000000000 +0100 @@ -1057,6 +1057,7 @@ if [ -f $install ]; then msg2 "$(gettext "Adding install script...")" ln -s "${startdir}/$install" "${srclinks}/${pkgbase}/" + source=( "${source[@]//$install/}" ) else error "$(gettext "Install script %s not found.")" "$install" fi