~ubuntu-branches/debian/sid/gnome-color-chooser/sid

« back to all changes in this revision

Viewing changes to debian_install

  • Committer: Bazaar Package Importer
  • Author(s): Werner Pantke
  • Date: 2008-01-11 14:09:32 UTC
  • Revision ID: james.westby@ubuntu.com-20080111140932-sdtlwa781q52bclm
Tags: upstream-0.2.3
ImportĀ upstreamĀ versionĀ 0.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
if [ $USER != "root" ]
 
4
then
 
5
        echo "Sorry, "$USER", but you're not root!";
 
6
        exit 1;
 
7
fi
 
8
 
 
9
CHECKINSTALL=`which checkinstall`;
 
10
if [ ! -e "$CHECKINSTALL" ]
 
11
then
 
12
        echo "Sorry, cannot find 'checkinstall', please install!";
 
13
        exit 1;
 
14
fi
 
15
 
 
16
./configure --prefix=/usr \
 
17
&& bash debian_create_deb