diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-08-15 12:13:05 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-08-15 12:13:05 +0200 |
commit | dbec4720b52524f40bcfd4470927f64fa690efdc (patch) | |
tree | 8a51c907d09fee3f872aa431c15a32cd9342819a /main/myrepos | |
parent | 176adb0e71607d775848a7203016e3d5d1c67d60 (diff) | |
download | aports-dbec4720b52524f40bcfd4470927f64fa690efdc.tar.bz2 aports-dbec4720b52524f40bcfd4470927f64fa690efdc.tar.xz |
main/myrepos: fix build
Diffstat (limited to 'main/myrepos')
-rw-r--r-- | main/myrepos/APKBUILD | 2 |
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 \ |