CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: updated to 5.19.5
[ports/core-arm.git] / prt-get / Pkgfile
index fa251f880bb6401bfaceaf11383b50bfd1347eaa..69f2d34ecd54468157031c56a8c8f4c99579b43d 100644 (file)
@@ -5,8 +5,8 @@
 # Depends on:
 
 name=prt-get
-version=5.19.3
-release=1
+version=5.19.5
+release=2
 source=(http://crux.nu/files/prt-get-$version.tar.xz
         prt-get.conf prt-get.aliases)
 
@@ -17,6 +17,5 @@ build() {
   make
   make DESTDIR=$PKG install
 
-  install -m 644 $SRC/prt-get.conf $PKG/etc/
-  install -D -m 644 $SRC/prt-get.aliases $PKG/var/lib/pkg/prt-get.aliases
+       install -m 644 $SRC/prt-get.{conf,aliases} $PKG/etc/
 }