diff options
| author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 01:19:47 +0000 | 
|---|---|---|
| committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 01:19:47 +0000 | 
| commit | 98e1c8c151c03b86da70929a9a4e106a0e5e42ad (patch) | |
| tree | 7b0bb97d43ee5d3c8501a529db68d1cb0a9f2e4a /trunk | |
| parent | c909f8a587a9d5db7a71872679cb81e0406c01bf (diff) | |
| download | simplepkg-98e1c8c151c03b86da70929a9a4e106a0e5e42ad.tar.gz simplepkg-98e1c8c151c03b86da70929a9a4e106a0e5e42ad.tar.bz2  | |
fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@570 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk')
| -rw-r--r-- | trunk/src/createpkg | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/trunk/src/createpkg b/trunk/src/createpkg index 1ce7530..a41e149 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -562,6 +562,7 @@ if [ $REMOVE_OLD_PACKAGE -eq $on ]; then      # Using -mindepth 2 so it doesn't delete the new package      for file in `find . -mindepth 2 -name "$PACKAGE-*-*-*.tgz" -o -name 'simplepkg-*-*-*.meta'`; do        if svn_check $file; then +        file="`basename $file .meta`" # strip this otherwise package info functions will fail          # Just delete packages with different arch, version or build number          if [ "`package_version $file`" != "$PACKAGE_VERSION" ] || \             [ "`package_arch $file`" != "$PACKAGE_ARCH" ] || \  | 
