File: autogen.sh

package info (click to toggle)
libayatana-indicator 0.8.4-1%2Bdeb11u2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 940 kB
  • sloc: ansic: 4,851; makefile: 555; python: 25; sh: 15; xml: 14
file content (10 lines) | stat: -rwxr-xr-x 170 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

PKG_NAME="libayatana-indicator"

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

. mate-autogen