summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorReberti Carvalho Soares2020-04-26 08:39:06 -0300
committerReberti Carvalho Soares2020-04-26 08:39:06 -0300
commitd47ff9ea7b44764e5d1d4402e6ba6ec1e6feb9f1 (patch)
treea7e6404c64590486497bb4a3b6a7d261dce0e220
parent772a08f6290a36cd5c4db8cf37244f2753b4d113 (diff)
downloadaur-d47ff9ea7b44764e5d1d4402e6ba6ec1e6feb9f1.tar.gz
Fixed typo in build()
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd5178be7924..646956192e79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@ url='www.github.com/KisuYami/RShell'
source=('git://github.com/KisuYami/RShell')
build() {
- cd rshell
+ cd RShell
make
}
package() {
- cd rshell
+ cd RShell
mkdir -p "$pkgdir"/usr/bin/
mkdir -p "$pkgdir"/usr/share/man/man1/