File: autogen.sh

package info (click to toggle)
ayatana-indicator-application 0.5.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 572 kB
  • sloc: ansic: 2,155; makefile: 168; xml: 75; sh: 14
file content (10 lines) | stat: -rwxr-xr-x 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PKG_NAME="indicator-application"

which mate-autogen || {
	echo "You need mate-common from https://git.mate-desktop.org/mate-common"
	exit 1
}

mate-autogen $@