index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-09-19 00:21:56 -0500 |
---|---|---|
committer | Aaron Griffin <aaronmgriffin@gmail.com> | 2007-09-28 00:25:57 -0500 |
commit | 47622eef4dd8fd86a0aa0e3ebdb7b33f7c9d6804 (patch) | |
tree | 4fb65c38ad6a8c8fb4577977d78b07b891be3a2f /scripts | |
parent | 219808714f94788a66a430786c552f60e95b1a01 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 2 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 747484f4..cf572de4 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -767,7 +767,7 @@ create_package() { cd "$pkgdir" msg "$(gettext "Creating package...")" - local builddate=$(LC_ALL= LANG= date -u "+%a %b %e %H:%M:%S %Y") + local builddate=$(date -u "+%s") if [ "$PACKAGER" != "" ]; then local packager="$PACKAGER" else |