mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
- Add a shabang to run script
PR: ports/96372 Submitted by: Matthew Holder <sixxgate@hotmail.com>
This commit is contained in:
parent
40e8cb8447
commit
c954f55cc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160680
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mysql-administrator
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_MYSQL}
|
||||
MASTER_SITE_SUBDIR= MySQLAdministrationSuite
|
||||
|
@ -0,0 +1,8 @@
|
||||
--- mysql-administrator/source/linux/mysql-administrator.orig Sat Apr 29 00:34:21 2006
|
||||
+++ mysql-administrator/source/linux/mysql-administrator Sat Apr 29 00:34:44 2006
|
||||
@@ -1,3 +1,5 @@
|
||||
+#!/bin/sh
|
||||
+
|
||||
PRG="$0"
|
||||
|
||||
# need this for relative symlinks
|
Loading…
x
Reference in New Issue
Block a user