1
0
Fork 0
mirror of synced 2024-06-17 10:04:43 +12:00

Fixed bug in GenPKGBUILD

This commit is contained in:
Dummerle 2021-04-11 16:05:18 +02:00
parent 2d81b48695
commit d2d3f2e4d4

2
.github/GenPKG.sh vendored
View file

@ -1,5 +1,5 @@
export PYTHONPATH=$PWD
version=$(python3 Rare --version)
version=$(python3 rare --version)
cd .github
git clone https://aur.archlinux.org/rare.git
cd ..