diff options
author | Thomas Bächler <thomas@archlinux.org> | 2007-09-15 01:23:38 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2007-09-15 01:23:38 +0200 |
commit | 872267523c5cdea86b65237632b8b369d47c8233 (patch) | |
tree | a79402714d00102ee8b09387078a2dc6ee62049b /pkgdb1 | |
parent | 9292c7fd2e84315975110e7966434c5614aa605f (diff) | |
download | dbscripts-872267523c5cdea86b65237632b8b369d47c8233.tar.gz dbscripts-872267523c5cdea86b65237632b8b369d47c8233.tar.xz |
hopefully fixed filelists in mysql
Diffstat (limited to 'pkgdb1')
-rwxr-xr-x | pkgdb1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -# $Id: pkgdb1,v 1.5 2007/09/14 16:38:41 thomas Exp $ +# $Id: pkgdb1,v 1.6 2007/09/14 23:23:38 thomas Exp $ # Get the package name from the filename # hackish, but should work for now @@ -55,6 +55,7 @@ for pkgfile in `ls $STAGEDIR/*.pkg.tar.gz`; do deplist=${depends[@]} sources=${source[@]} + echo $fullname echo $pkgname echo $pkgver echo $pkgrel |