/[sysadmin-cookbook]/recepies/btrfs/btrfs-progs-unstable-checkinstall.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /recepies/btrfs/btrfs-progs-unstable-checkinstall.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 191 - (hide annotations)
Thu Mar 18 20:50:33 2010 UTC (14 years ago) by dpavlin
File MIME type: application/x-sh
File size: 367 byte(s)
install dependencies
1 dpavlin 158 #!/bin/sh -x
2    
3 dpavlin 191 sudo apt-get install git-core uuid-dev checkinstall
4    
5 dpavlin 158 test -e btrfs-progs-unstable || git clone git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs-unstable.git
6    
7     cd btrfs-progs-unstable && git pull && make && \
8     checkinstall --pkgname=btrfs-progs-unstable \
9     --pkgversion=`grep BTRFS_BUILD_VERSION version.h | cut -d\" -f2 | sed 's/.* v//'`
10    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26