diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-08-30 20:53:15 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-08-30 20:53:15 +0000 |
commit | 632ec0d8518f1ee1b2af1eeae6a9d967dd26b16f (patch) | |
tree | e184d352ba2764561155b1ce3ab3cd343f5929e9 /trunk/utils/add-slack-required | |
parent | 33da53d2d881d85cfdeb97910c16c71902749c58 (diff) | |
download | simplepkg-632ec0d8518f1ee1b2af1eeae6a9d967dd26b16f.tar.gz simplepkg-632ec0d8518f1ee1b2af1eeae6a9d967dd26b16f.tar.bz2 |
Attempt to fix #94 and #95
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@811 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/utils/add-slack-required')
-rwxr-xr-x | trunk/utils/add-slack-required | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/utils/add-slack-required b/trunk/utils/add-slack-required index 67804d0..c1e25ca 100755 --- a/trunk/utils/add-slack-required +++ b/trunk/utils/add-slack-required @@ -51,7 +51,7 @@ function search_and_copy_slackbuild { } -for package in `find $repository/ -name *tgz`; do +for package in `find $repository/ $(pkg_ext_find)`; do pack="`package_name $package`" for build_script in `find $slackbuild/ -name $pack.SlackBuild`; do |