diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-07 22:25:48 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-07 22:25:48 +0100 |
commit | 7147ea499581b17738a31207bc0e3af36f675574 (patch) | |
tree | a3b4bf7fdbb94b4ab88a3ab3020b0258a3ef0e58 /autogen.sh | |
parent | 54177b5f8b76f05395ba760b7294a4ea2456adc8 (diff) | |
download | mate-screensaver-7147ea499581b17738a31207bc0e3af36f675574.tar.bz2 mate-screensaver-7147ea499581b17738a31207bc0e3af36f675574.tar.xz |
update to 1.2mate-screensaver-1.2.0
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ PKG_NAME="mate-screensaver" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } @@ -20,5 +20,5 @@ which mate-autogen.sh || { REQUIRED_AUTOMAKE_VERSION=1.9 MATE_DATADIR="$mate_datadir" -. mate-autogen.sh +. mate-autogen |