/[scripts]/trunk/configure-package-install-deb.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 /trunk/configure-package-install-deb.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 124 - (hide annotations)
Tue Nov 17 20:05:26 2009 UTC (14 years, 5 months ago) by dpavlin
File MIME type: application/x-sh
File size: 196 byte(s)
run configure and try to install all packages from Debian packages
1 dpavlin 124 #!/bin/sh -x
2    
3     # run configure and try to install all packages from Debian packages
4    
5     ./configure 2>&1 | grep 'No package' | cut -d\' -f2 | xargs -i \
6     sudo apt-get install -y lib{}-dev lib{}-[0-9]

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26