Commit 0dec86c4 authored by Jason Chu's avatar Jason Chu
Browse files

Fix a typo in extrapkg

parent 182c12ec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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