Skip to content

Commit

Permalink
Switch attr to use xz files
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc07 committed Jan 16, 2024
1 parent 6fdc9aa commit 49bb00c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions base/attr
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,8 @@
export CFLAGS=-"O2"
export CXXFLAGS="-O2"

export CFLAGS=-"O2"
export CXXFLAGS="-O2"



PKG_VER=2.5.2
URL=https://download.savannah.gnu.org/releases/attr/attr-$PKG_VER.tar.gz
URL=https://download.savannah.gnu.org/releases/attr/attr-$PKG_VER.tar.xz
TAR=$(echo $URL | sed -r 's|(.*)/||')
DIR=$(echo $TAR | sed 's|.tar.*||g')
PACKAGE=$(echo $DIR | sed 's|-[^-]*$||g')
Expand Down

0 comments on commit 49bb00c

Please sign in to comment.