diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 19:34:04 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-07-23 19:34:04 +0000 |
commit | 0ece70338db480ca97a5edbdc0351d09ec956269 (patch) | |
tree | ae8122dda5c372b2da4d0e00c7a6e0bffa9d6265 /testing/bluez | |
parent | ea3f9462b32674efcb34d577e5a620580d977766 (diff) | |
download | aports-0ece70338db480ca97a5edbdc0351d09ec956269.tar.bz2 aports-0ece70338db480ca97a5edbdc0351d09ec956269.tar.xz |
testing/bluez: build fix
Diffstat (limited to 'testing/bluez')
-rw-r--r-- | testing/bluez/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/bluez/APKBUILD b/testing/bluez/APKBUILD index a011239283..6ccd959312 100644 --- a/testing/bluez/APKBUILD +++ b/testing/bluez/APKBUILD @@ -45,7 +45,7 @@ package() { make install DESTDIR="$pkgdir" install -Dm755 "$srcdir"/bluetooth.initd "$pkgdir"/etc/init.d/bluetooth install -Dm644 "$srcdir"/bluetooth.confd "$pkgdir"/etc/conf.d/bluetooth - install -Dm755 "$srcdir"/test/simple-agent "$pkgdir"/usr/bin/bluez-simple-agent + install -Dm755 test/simple-agent "$pkgdir"/usr/bin/bluez-simple-agent } libbluetooth() { |