Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed May 14, 2019
1 parent 18d5c42 commit bfedfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/slackware/draco.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rm -rf $PRGNAM-$VERSION
if [ "$GIT" = "" ]; then
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
else
git clone --recursive "$CWD/../.." $PRGNAM-$VERSION
git clone "$CWD/../.." $PRGNAM-$VERSION
fi

cd $PRGNAM-$VERSION
Expand Down

0 comments on commit bfedfd6

Please sign in to comment.