summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author4shadoww2018-04-05 14:12:51 +0300
committer4shadoww2018-04-05 14:12:51 +0300
commitfdee1a9ff4c0ebc44c23e49c1f850e73943e6b01 (patch)
treef73a9c69373ff3d81708483936a801dca1daca68
parent457bfaf3e428e8b0acd90ffb33c99d932de0facd (diff)
downloadaur-fdee1a9ff4c0ebc44c23e49c1f850e73943e6b01.tar.gz
cosmetic change
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58c7b4d771d9..d9e82c8e1c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ source=("https://github.com/nothings/$pkgname/archive/$commitsha.tar.gz")
md5sums=('e52f1d8c18612d4d7a2eb1c5e2d7ed0f')
package() {
- cd "$pkgname-$commitsha"
+ cd "$pkgname-$commitsha"
mkdir $pkgdir/usr $pkgdir/usr/include $pkgdir/usr/include/stb
install *.h $pkgdir/usr/include/stb
}