From 88ec07f2f36eea6939f52edddc978e089ddef279 Mon Sep 17 00:00:00 2001 From: TJ Vanderpoel Date: Thu, 11 Dec 2014 22:59:40 +0000 Subject: [PATCH] New package: di-4.35 --- srcpkgs/di/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/di/template b/srcpkgs/di/template index c6abb372b6e..50e75c0a648 100644 --- a/srcpkgs/di/template +++ b/srcpkgs/di/template @@ -2,7 +2,7 @@ pkgname=di version=4.35 revision=1 -short_desc="disk information utility" +short_desc="A disk information utility" maintainer="Michael Fellinger " homepage="http://www.gentoo.com/di" license="zlib" @@ -10,11 +10,11 @@ distfiles="http://www.gentoo.com/di/${pkgname}-${version}.tar.gz" checksum=2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2 do_build() { - make + make } do_install() { - make INSTALL_DIR="${DESTDIR}/usr" install - vman di.1 - vlicense LICENSE + make INSTALL_DIR="${DESTDIR}/usr" install + vman di.1 + vlicense LICENSE }