Revision 087a09eaeaf7bd127056e0216250276403c32858 authored by mhugent on 14 April 2007, 10:02:42 UTC, committed by mhugent on 14 April 2007, 10:02:42 UTC
git-svn-id: http://svn.osgeo.org/qgis/tags/Release-0_8_0@6885 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 56a30fa
Raw File
doCheckInstall.sh
#!/bin/bash

##
## A simple bash script to perform a checkinstall
##

# Accept default answers to all questions
# Set name
# Set version
# Set software group
# The package maintainer (.deb)

checkinstall --exclude ~/.ccache/stats --default --pkgname=qgis --pkgversion=0.7.0pre --pkggroup=GIS --maintainer=tim@linfiniti.com        

back to top