Fix a typo in extrapkg

This commit is contained in:
Jason Chu 2008-05-10 11:05:20 -07:00
parent 182c12ec4a
commit 0dec86c4c3
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ else
exit 1
fi
if [ "$(basename $pkgfile)" != "$(basename $oldstylepkgfile)" ]; then
echo "Renaming makepkg3 package for compatability"
echo "Renaming makepkg3 package for compatibility"
mv $pkgfile $oldstylepkgfile
pkgfile=$oldstylepkgfile
fi