CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
rdesktop: Fixed linking with lcrypto.
[attic/ports/opt-cross.git] / git / Pkgfile
index a94389caeda19f479472b1ca0eeff280bc73b938..75929f90abb56d147dde29501c29325241e64d7c 100644 (file)
@@ -6,7 +6,7 @@
 # Nice to have: tk
 
 name=git
-version=1.6.6
+version=1.6.6.1
 release=1
 source=(http://www.kernel.org/pub/software/scm/$name/$name-{,manpages-}$version.tar.bz2)
 
@@ -19,7 +19,7 @@ build() {
 
   make CC="$CC" CFLAGS="$CFLAGS -I$CLFS/usr/include" \
        prefix=/usr gitexecdir=/usr/lib/git-core \
-       DESTDIR=$PKG install
+       DESTDIR=$PKG install 
 
   cd $SRC