index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Allan McRae <allan@archlinux.org> | 2017-05-12 12:41:19 +0200 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2017-05-16 12:47:01 +1000 |
commit | 5f3812868600488de585771273e12a3e68a4d366 (patch) | |
tree | 88e861ac7259d25d9740648736004ef94330a862 | |
parent | 5a1bf3d80367a64ab90368bbf5282c37714b5086 (diff) |
-rw-r--r-- | scripts/makepkg.sh.in | 1 |
diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index 43c7e328..c019ae3b 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -635,7 +635,6 @@ write_pkginfo() { msg2 "$(gettext "Generating %s file...")" ".PKGINFO" printf "# Generated by makepkg %s\n" "$makepkg_version" printf "# using %s\n" "$(fakeroot -v)" - printf "# %s\n" "$(LC_ALL=C date -u)" write_kv_pair "pkgname" "$pkgname" if (( SPLITPKG )) || [[ "$pkgbase" != "$pkgname" ]]; then |