We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738909a commit f7fcf44Copy full SHA for f7fcf44
macosx/create_package.sh
@@ -123,8 +123,6 @@ packagesbuild Uninstall-Gregorio.pkgproj
123
124
# Having built the pacakges, we move them out of the build directory, attaching
125
# the version number to the filename in the process.
126
-# The uninstall pacakge doesn't need the version number because it doesn't
127
-# care about the version of gregorio.
128
VERSION=`echo $VERSION | sed s:[.]:_:g`
129
mv $BUILDDIR/Gregorio.pkg $TOP/Gregorio-$VERSION.pkg
130
mv $BUILDDIR/Uninstall-Gregorio.pkg $TOP/Uninstall-Gregorio-$VERSION.pkg
0 commit comments