Fixed PKGBUILD as suggested by jsivak, dracorp, and confusedfla.
Search Criteria
Package Details: tmpreaper 1.6.13+nmu1-3
Package Actions
| Package Base: | tmpreaper |
|---|---|
| Description: | Cleans up files in directories based on their age |
| Upstream URL: | http://packages.debian.org/sid/tmpreaper |
| Category: | system |
| Licenses: | |
| Submitter: | liujed |
| Maintainer: | liujed |
| Last Packager: | None |
| Votes: | 9 |
| First Submitted: | 2009-11-08 19:31 |
| Last Updated: | 2014-04-20 20:01 |
Dependencies (0)
Required by (0)
Sources
Latest Comments
Comment by liujed
Comment by confusedfla
@liujed: please add the suggested fix to the pkgbuild ;-)
Comment by dracorp
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
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
Updated to consolidate /usr/sbin into /usr/bin.
Comment by liujed
Updated to 1.6.13+nmu1.