diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,11 +12,11 @@ PKG_NAME="mate-notification-daemon" exit 1 } -which mate-autogen.sh || { +which mate-autogen || { echo "You need to install mate-common from the MATE Git" exit 1 } USE_MATE2_MACROS=1 -. mate-autogen.sh +. mate-autogen |