diff options
Diffstat (limited to 'src/createpkg')
-rw-r--r-- | src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/createpkg b/src/createpkg index 5936887..a360153 100644 --- a/src/createpkg +++ b/src/createpkg @@ -128,7 +128,7 @@ function sync_repo { function find_script { - find $SLACKBUILDS | grep -v .svn | grep $1.SlackBuild + find $SLACKBUILDS | grep -v .svn | grep -e "/$1.SlackBuild$" } |