summaryrefslogtreecommitdiffstats
path: root/source/x/x11/src/get-xf86-video-nouveau.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/x11/src/get-xf86-video-nouveau.sh')
-rwxr-xr-xsource/x/x11/src/get-xf86-video-nouveau.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/x/x11/src/get-xf86-video-nouveau.sh b/source/x/x11/src/get-xf86-video-nouveau.sh
index b0c6f999a..00a44d2fb 100755
--- a/source/x/x11/src/get-xf86-video-nouveau.sh
+++ b/source/x/x11/src/get-xf86-video-nouveau.sh
@@ -35,8 +35,8 @@ git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
)
HEADISAT="$( cd xf86-video-nouveau && git log -1 --format=%h )"
-DATE="$( cd xf86-video-nouveau && git log -1 --format=%ad --date=format:%Y%m%d )"
-LONGDATE="$( cd xf86-video-nouveau && git log -1 --format=%ad --date=format:%c )"
+DATE="$( cd xf86-video-nouveau && git log -1 --format=%cd --date=format:%Y%m%d )"
+LONGDATE="$( cd xf86-video-nouveau && git log -1 --format=%cd --date=format:%c )"
# Cleanup. We're not packing up the whole git repo.
( cd xf86-video-nouveau && find . -type d -name ".git*" -exec rm -rf {} \; 2> /dev/null )
mv xf86-video-nouveau xf86-video-nouveau-${DATE}_${HEADISAT}