~ubuntu-branches/debian/sid/guake/sid

« back to all changes in this revision

Viewing changes to autogen.sh

  • Committer: Package Import Robot
  • Author(s): Daniel Echeverry
  • Date: 2015-04-26 19:15:06 UTC
  • mfrom: (1.1.7)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20150426191506-mo8037vk6pueer5b
Tags: upstream-0.7.0
ImportĀ upstreamĀ versionĀ 0.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
PKG_NAME="guake"
8
8
 
9
 
(test -f $srcdir/src/guake) || {
 
9
(test -f $srcdir/src/guake/guake) || {
10
10
    echo -n "**Error**: Directory "\`$srcdir\'" does not look like the"
11
11
    echo " top-level $PKG_NAME directory"
12
12
    exit 1