summaryrefslogtreecommitdiffstats
path: root/source/ap
diff options
context:
space:
mode:
Diffstat (limited to 'source/ap')
-rwxr-xr-xsource/ap/ksh93/get-att-ast.sh2
-rwxr-xr-xsource/ap/lxc/get-lxc.sh2
-rwxr-xr-xsource/ap/neofetch/fetch-neofetch.sh4
-rwxr-xr-xsource/ap/sc-im/fetch-sc-im.sh4
-rwxr-xr-xsource/ap/squashfs-tools/get-squashfs-tools.sh2
-rwxr-xr-xsource/ap/undervolt/fetch-undervolt.sh4
-rwxr-xr-xsource/ap/usbmuxd/fetch-usbmuxd.sh4
7 files changed, 11 insertions, 11 deletions
diff --git a/source/ap/ksh93/get-att-ast.sh b/source/ap/ksh93/get-att-ast.sh
index aaf7954b0..af5226ad0 100755
--- a/source/ap/ksh93/get-att-ast.sh
+++ b/source/ap/ksh93/get-att-ast.sh
@@ -36,7 +36,7 @@ git clone https://github.com/att/ast
)
HEADISAT="$( cd ast && git log -1 --format=%h )"
-DATE="$( cd ast && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd ast && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd ast && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
# No need to package these:
diff --git a/source/ap/lxc/get-lxc.sh b/source/ap/lxc/get-lxc.sh
index 28f7321a5..ccb451c6b 100755
--- a/source/ap/lxc/get-lxc.sh
+++ b/source/ap/lxc/get-lxc.sh
@@ -38,7 +38,7 @@ LXC_MAJOR=$(cd lxc && grep "^m4_define(\[lxc_version_major" configure.ac | cut -
LXC_MINOR=$(cd lxc && grep "^m4_define(\[lxc_version_minor" configure.ac | cut -f 2 -d ' ' | tr -d ')')
LXC_MICRO=$(cd lxc && grep "^m4_define(\[lxc_version_micro" configure.ac | cut -f 2 -d ' ' | tr -d ')')
HEADISAT="$( cd lxc && git log -1 --format=%h )"
-DATE="$( cd lxc && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd lxc && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd lxc && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
diff --git a/source/ap/neofetch/fetch-neofetch.sh b/source/ap/neofetch/fetch-neofetch.sh
index eed1d5903..9f49347cf 100755
--- a/source/ap/neofetch/fetch-neofetch.sh
+++ b/source/ap/neofetch/fetch-neofetch.sh
@@ -38,8 +38,8 @@ git clone https://github.com/dylanaraps/${PKGNAM}
)
HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )"
-DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT}
diff --git a/source/ap/sc-im/fetch-sc-im.sh b/source/ap/sc-im/fetch-sc-im.sh
index 7802545eb..4733a4a08 100755
--- a/source/ap/sc-im/fetch-sc-im.sh
+++ b/source/ap/sc-im/fetch-sc-im.sh
@@ -35,8 +35,8 @@ git clone https://github.com/andmarti1424/sc-im
)
HEADISAT="$( cd sc-im && git log -1 --format=%h )"
-DATE="$( cd sc-im && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd sc-im && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd sc-im && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd sc-im && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd sc-im && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv sc-im sc-im-${DATE}_${HEADISAT}
diff --git a/source/ap/squashfs-tools/get-squashfs-tools.sh b/source/ap/squashfs-tools/get-squashfs-tools.sh
index d0590a6ca..3c8255615 100755
--- a/source/ap/squashfs-tools/get-squashfs-tools.sh
+++ b/source/ap/squashfs-tools/get-squashfs-tools.sh
@@ -37,7 +37,7 @@ git clone git://github.com/plougher/${PKGNAM}
)
HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )"
-DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )"
+DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )"
# Cleanup. We're not packing up the whole git repo.
( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT}
diff --git a/source/ap/undervolt/fetch-undervolt.sh b/source/ap/undervolt/fetch-undervolt.sh
index 073165ae1..76df07c9b 100755
--- a/source/ap/undervolt/fetch-undervolt.sh
+++ b/source/ap/undervolt/fetch-undervolt.sh
@@ -38,8 +38,8 @@ git clone https://github.com/georgewhewell/${PKGNAM}
)
HEADISAT="$( cd ${PKGNAM} && git log -1 --format=%h )"
-DATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd ${PKGNAM} && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd ${PKGNAM} && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv ${PKGNAM} ${PKGNAM}-${DATE}_${HEADISAT}
diff --git a/source/ap/usbmuxd/fetch-usbmuxd.sh b/source/ap/usbmuxd/fetch-usbmuxd.sh
index 7dd8db0bf..76e3395cc 100755
--- a/source/ap/usbmuxd/fetch-usbmuxd.sh
+++ b/source/ap/usbmuxd/fetch-usbmuxd.sh
@@ -35,8 +35,8 @@ git clone https://github.com/libimobiledevice/usbmuxd
)
HEADISAT="$( cd usbmuxd && git log -1 --format=%h )"
-DATE="$( cd usbmuxd && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd usbmuxd && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd usbmuxd && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd usbmuxd && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd usbmuxd && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv usbmuxd usbmuxd-${DATE}_${HEADISAT}