Closed xyproto closed 4 years ago
I'm trying to make an unofficial Arch Linux package of devtodo2.
It's much easier with:
PREFIX="$pkgdir/usr" make install
make install PREFIX="$pkgdir/usr"
Cheers!
More information about glide: http://glide.sh/
It's pretty nice.
Hi! I like the idea, but I prefer to use gvt. Also, -D is not a valid flag for BSD install.
-D
I'm trying to make an unofficial Arch Linux package of devtodo2.
It's much easier with:
PREFIX="$pkgdir/usr" make install
ormake install PREFIX="$pkgdir/usr"
)Cheers!