remove configure script from main dir as it breaks debian packaging
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2018-08-05 master
|
||||||
|
- Fix packaging regression for debian (issue #715)
|
||||||
|
|
||||||
2018-08-04 16.6
|
2018-08-04 16.6
|
||||||
- Fix regression in task icon brightness (issue #714)
|
- Fix regression in task icon brightness (issue #714)
|
||||||
|
|
||||||
|
|||||||
2
configure → packaging/configure
vendored
2
configure → packaging/configure
vendored
@@ -240,7 +240,7 @@ LFLAGS = shlex.split(os.environ.get('LDFLAGS', ''))
|
|||||||
LIBS = []
|
LIBS = []
|
||||||
|
|
||||||
# Get paths
|
# Get paths
|
||||||
source_dir = os.path.dirname(os.path.realpath(__file__))
|
source_dir = os.path.realpath(os.path.dirname(os.path.realpath(__file__)) + '/..')
|
||||||
build_dir = os.path.join(os.getcwd(), 'build')
|
build_dir = os.path.join(os.getcwd(), 'build')
|
||||||
if not args.home:
|
if not args.home:
|
||||||
prefix = args.prefix or '/usr/local'
|
prefix = args.prefix or '/usr/local'
|
||||||
Reference in New Issue
Block a user