aboutsummaryrefslogtreecommitdiffstats
path: root/main/myrepos/APKBUILD
diff options
context:
space:
mode:
authorBartłomiej Piotrowski <b@bpiotrowski.pl>2013-08-15 12:13:05 +0200
committerBartłomiej Piotrowski <b@bpiotrowski.pl>2013-08-15 12:13:05 +0200
commitdbec4720b52524f40bcfd4470927f64fa690efdc (patch)
tree8a51c907d09fee3f872aa431c15a32cd9342819a /main/myrepos/APKBUILD
parent176adb0e71607d775848a7203016e3d5d1c67d60 (diff)
main/myrepos: fix build
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 954b3e12faa..b23151a60f1 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 \