diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-10-04 01:00:04 +0000 |
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2006-10-04 01:00:04 +0000 |
| commit | 17c7b9bf562426e5137e43c62548ad116406448c (patch) | |
| tree | 622a96e4838eace1d516e46a7307ce4a60a7fd60 /src | |
| parent | 6dff2a081642bde6615ac568c54a2dfd5126ff6d (diff) | |
| download | simplepkg-17c7b9bf562426e5137e43c62548ad116406448c.tar.gz simplepkg-17c7b9bf562426e5137e43c62548ad116406448c.tar.bz2 | |
simplepkg 0.4.9pre3: createpkg small fix when searching for a slackbuild
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@12 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'src')
| -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$" } |
