diff options
author | norm | 2022-08-27 10:22:23 -0500 |
---|---|---|
committer | norm | 2022-08-27 10:22:23 -0500 |
commit | 4ebd9fdfdd66f73db1c02012af913107ac1d0a28 (patch) | |
tree | 8730648606598f6a183f2856c76fc41f5df7e872 /PKGBUILD | |
parent | 186e10a034d6520275c1fb7b8b2444b232313d69 (diff) | |
download | aur-4ebd9fdfdd66f73db1c02012af913107ac1d0a28.tar.gz |
fix path to src
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ sha256sums=('SKIP' 'SKIP') prepare() { - cd $srcdir/$pkgname + cd $srcdir/Tachidesk-QtUI git submodule init git config libs.SortFilterProxyModel.url "$srcdir/SortFilterProxyModel" git config libs.QmlBridgeForMaterialDesignIcons.url "$srcdir/QmlBridgeForMaterialDesignIcons" |