aboutsummaryrefslogtreecommitdiffstats
path: root/main/myrepos/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/myrepos/APKBUILD')
-rw-r--r--main/myrepos/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/myrepos/APKBUILD b/main/myrepos/APKBUILD
index 954b3e12fa..b23151a60f 100644
--- a/main/myrepos/APKBUILD
+++ b/main/myrepos/APKBUILD
@@ -23,7 +23,7 @@ build() {
package() {
cd "$_builddir"
- install -Dm755 $pkgname "$pkgdir"/usr/bin/$pkgname || return 1
+ install -Dm755 mr "$pkgdir"/usr/bin/mr || return 1
cd "$_builddir"/lib
for file in git-fake-bare git-svn unison; do
install -Dpm 0644 $file \