diff options
author | Perberos <[email protected]> | 2012-10-16 14:11:12 -0700 |
---|---|---|
committer | Perberos <[email protected]> | 2012-10-16 14:11:12 -0700 |
commit | c9d506b9f55c55fc4285edaa7703090019aa4490 (patch) | |
tree | bdc237436def3f0c9b5b583ae5edab4ae671959a /autogen.sh | |
parent | c460854d4fe90c8528b6c4d6427ed50fcae3a906 (diff) | |
parent | bf8c191f9b9fa6211b1b0e09d783eb5546a79478 (diff) | |
download | mate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.bz2 mate-desktop-c9d506b9f55c55fc4285edaa7703090019aa4490.tar.xz |
Merge pull request #31 from perberos/master
algunos fixs en mate-desktop
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ test -z "$srcdir" && srcdir=. PKG_NAME="mate-desktop" -(test -f $srcdir/configure.in) || { +(test -f $srcdir/configure.ac) || { echo -n "**Error**: Directory "\`$srcdir\'" does not look like the" echo " top-level $PKG_NAME directory" exit 1 |