b3fe6e2304
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/xorg-x11-utils#91fc43c0bbc64bfb887f592b86f031d88431fb16
12 lines
241 B
Bash
Executable File
12 lines
241 B
Bash
Executable File
#!/bin/sh
|
|
|
|
git clone git://git.freedesktop.org/git/xorg/app/edid-decode
|
|
cd edid-decode
|
|
|
|
REVISION=$(git log | head -n1 | awk '{print $2}' | cut -c 1-8)
|
|
|
|
rm -fr .git
|
|
cd ..
|
|
tar -cJf edid-decode-${REVISION}.tar.xz edid-decode
|
|
rm -fr edid-decode
|