Skip to content

Commit

Permalink
TMP gtkwave no subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Aug 13, 2023
1 parent f4537f4 commit d2bd428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion debian-bookworm/gtkwave/HDLC
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ makedepends=(

build() {
git clone https://github.com/gtkwave/gtkwave.git /tmp/gtkwave
cd /tmp/gtkwave/gtkwave3-gtk3
cd /tmp/gtkwave
./autogen.sh
versionString=$(cat configure | grep 'PACKAGE_VERSION=' | sed "s/.*='\(.*\)'/\1/" )
git describe --long --tags | sed 's/nightly/'"$versionString"'/;s/[^-]*-g/g/' > /tmp/hdlc.gtkwave.version
Expand Down
2 changes: 1 addition & 1 deletion debian-bullseye/gtkwave/HDLC
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ makedepends=(

build() {
git clone https://github.com/gtkwave/gtkwave.git /tmp/gtkwave
cd /tmp/gtkwave/gtkwave3-gtk3
cd /tmp/gtkwave
./autogen.sh
versionString=$(cat configure | grep 'PACKAGE_VERSION=' | sed "s/.*='\(.*\)'/\1/" )
git describe --long --tags | sed 's/nightly/'"$versionString"'/;s/[^-]*-g/g/' > /tmp/hdlc.gtkwave.version
Expand Down

0 comments on commit d2bd428

Please sign in to comment.