dnssec-tools: clean version
authorHarvie <tomas@mudrunka.cz>
Wed, 4 Aug 2010 01:22:50 +0000 (03:22 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 4 Aug 2010 01:22:50 +0000 (03:22 +0200)
dnssec-tools/PKGBUILD

index 46c0f401993be4917a464fb4f42f727a70ff8607..fa69249f30dfd1677f81d40cae6414adafbe14d7 100644 (file)
@@ -37,13 +37,5 @@ build() {
        make
 
        msg 'Installing files to package...'
-       #export DESTDIR="${pkgdir}";
-       make -j1 install DESTDIR="${pkgdir}" #exec_prefix="/usr" prefix="/usr" sysconfdir="/etc" mandir="/usr/share/man"
-
-       #msg2 'FIXME: Moving files installed to wrong place...'
-       #for dir in bin include man share; do
-       #       echo $dir;
-       #       cp -r "${pkgdir}/${dir}" "${pkgdir}/usr/" &&
-       #       rm -rf "${pkgdir}/${dir}";
-       #done;
+       make -j1 install DESTDIR="${pkgdir}"
 }
This page took 0.19123 seconds and 4 git commands to generate.