[arch-commits] Commit in rtmpdump/trunk (PKGBUILD)
Tom Gundersen
tomegun at nymeria.archlinux.org
Thu May 30 12:11:24 UTC 2013
Date: Thursday, May 30, 2013 @ 14:11:24
Author: tomegun
Revision: 186640
upgpkg: rtmpdump 20121203-2
usrmove
Modified:
rtmpdump/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-05-30 12:11:14 UTC (rev 186639)
+++ PKGBUILD 2013-05-30 12:11:24 UTC (rev 186640)
@@ -1,11 +1,11 @@
# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer:
# Contributor: xduugu
# Contributor: Elis Hughes <elishughes at googlemail.com>
pkgname=rtmpdump
pkgver=20121203
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to download rtmp streams"
arch=('i686' 'x86_64')
url="http://rtmpdump.mplayerhq.hu/"
@@ -22,4 +22,8 @@
package() {
make -C "$pkgname-$pkgver" prefix=/usr mandir=/usr/share/man DESTDIR="$pkgdir" install
+ # usrmove
+ cd "$pkgdir"
+ mv usr/sbin/* usr/bin
+ rmdir usr/sbin
}
More information about the arch-commits
mailing list