Default to a full path to find zenity
This commit is contained in:
parent
2256ee5754
commit
4222608713
|
@ -1,5 +1,5 @@
|
||||||
targets=browser.1,browser.html,browser.xml,copy.1,copy.html,copy.xml,delete.1,delete.html,delete.xml,desktop.1,desktop.html,desktop.xml,desktopctl.1,desktopctl.html,desktopctl.xml,move.1,move.html,move.xml,open.1,open.html,open.xml,properties.1,properties.html,properties.xml,view.1,view.html,view.xml
|
targets=browser.1,browser.html,browser.xml,copy.1,copy.html,copy.xml,delete.1,delete.html,delete.xml,desktop.1,desktop.html,desktop.xml,desktopctl.1,desktopctl.html,desktopctl.xml,move.1,move.html,move.xml,open.1,open.html,open.xml,properties.1,properties.html,properties.xml,view.1,view.html,view.xml,zenity-sudo-askpass
|
||||||
dist=Makefile,browser.css.xml,browser.xml.in,copy.css.xml,copy.xml.in,delete.css.xml,delete.xml.in,desktop.css.xml,desktop.xml.in,desktopctl.css.xml,desktopctl.xml.in,docbook.sh,manual.css.xml,mime.conf,move.css.xml,move.xml.in,open.css.xml,open.xml.in,properties.css.xml,properties.xml.in,view.css.xml,view.xml.in,zenity-sudo-askpass
|
dist=Makefile,browser.css.xml,browser.xml.in,copy.css.xml,copy.xml.in,delete.css.xml,delete.xml.in,desktop.css.xml,desktop.xml.in,desktopctl.css.xml,desktopctl.xml.in,docbook.sh,manual.css.xml,mime.conf,move.css.xml,move.xml.in,open.css.xml,open.xml.in,properties.css.xml,properties.xml.in,view.css.xml,view.xml.in,zenity-sudo-askpass.in
|
||||||
|
|
||||||
[browser.1]
|
[browser.1]
|
||||||
type=script
|
type=script
|
||||||
|
@ -155,4 +155,6 @@ script=../tools/subst.sh
|
||||||
depends=view.xml.in
|
depends=view.xml.in
|
||||||
|
|
||||||
[zenity-sudo-askpass]
|
[zenity-sudo-askpass]
|
||||||
|
type=script
|
||||||
|
script=../tools/subst.sh
|
||||||
install=$(PREFIX)/share/doc/Browser
|
install=$(PREFIX)/share/doc/Browser
|
||||||
|
|
|
@ -28,4 +28,4 @@
|
||||||
#(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
#(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||||
#THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
#THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
zenity --password --title="sudo password prompt"
|
@BINDIR@/zenity --password --title="sudo password prompt"
|
Loading…
Reference in New Issue
Block a user