diff options
Diffstat (limited to 'system/ttf-open-sans/ttf-open-sans.SlackBuild')
-rw-r--r-- | system/ttf-open-sans/ttf-open-sans.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/ttf-open-sans/ttf-open-sans.SlackBuild b/system/ttf-open-sans/ttf-open-sans.SlackBuild index 54200534fb..b3ddb9c5ee 100644 --- a/system/ttf-open-sans/ttf-open-sans.SlackBuild +++ b/system/ttf-open-sans/ttf-open-sans.SlackBuild @@ -53,7 +53,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -unzip $CWD/${SRCVER}.zip +unzip $CWD/${SRCNAM}-${SRCVER}.zip mv ${SRCNAM}-${SRCVER} $PRGNAM-$VERSION cd $PRGNAM-$VERSION chown -R root:root . |