Package Details: tmpreaper 1.6.13+nmu1-3

Package Base: tmpreaper
Description: Cleans up files in directories based on their age
Upstream URL: http://packages.debian.org/sid/tmpreaper
Category: system
Licenses: GPL2
Submitter: liujed
Maintainer: liujed
Last Packager: None
Votes: 9
First Submitted: 2009-11-08 19:31
Last Updated: 2014-04-20 20:01

Latest Comments

Comment by liujed

2014-04-20 20:02

Fixed PKGBUILD as suggested by jsivak, dracorp, and confusedfla.

Comment by confusedfla

2014-04-20 17:07

@liujed: please add the suggested fix to the pkgbuild ;-)

Comment by dracorp

2013-10-22 15:05

Add to package:
package() {
+ cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
}

==> Starting package()...
make: *** No rule to make target 'install'. Stop.
==> ERROR: A failure occurred in package().
Aborting...

Comment by jsivak

2013-08-22 22:52

Couldn't install the package without adding:
cd "$srcdir/$pkgname-$pkgver"

to the package() function:

package() {
cd "$srcdir/$pkgname-$pkgver"

make DESTDIR="$pkgdir/" install
}

Comment by liujed

2013-06-04 19:03

Updated to consolidate /usr/sbin into /usr/bin.

Comment by liujed

2011-04-07 19:04

Updated to 1.6.13+nmu1.