Skip to content

Commit

Permalink
create a temp dir for doing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
korewaChino committed Aug 2, 2024
1 parent 442651d commit 4b505fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions anda/system/opentabletdriver/opentabletdriver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@ Suggests: libXrandr
OpenTabletDriver is an open source, cross platform, user mode tablet driver. The goal of OpenTabletDriver is to be cross platform as possible with the highest compatibility in an easily configurable graphical user interface.

%prep
mkdir -p %{otddir}
cd %{otddir}
git clone -b v%version %url .

%build
cd %{otddir}
./eng/linux/package.sh --output bin

%install
cd %{otddir}
export DONT_STRIP=1
PREFIX="%{_prefix}" ./eng/linux/package.sh --package Generic --build false
mkdir -p "%{buildroot}"
Expand Down

0 comments on commit 4b505fc

Please sign in to comment.