Files
Christoph Reiter 4d8828efed Make pkgbase of all packages match the name of the PKGBUILD directory (#2878)
This either changes the pkgbase to match the directory name
or the other way around.

The motivation for this is to make it possible to automatically generate
an URL to the PKGBUILD file from the package information alone.
2017-09-12 14:25:41 +03:00

25 lines
597 B
Diff

From 8e2d3c4695ee1bed89bc812fc3183fb82825e5b5 Mon Sep 17 00:00:00 2001
From: Ray Donnelly <mingw.android@gmail.com>
Date: Mon, 22 Sep 2014 22:53:17 +0100
Subject: [PATCH 2/2] debugging
---
script/build.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/script/build.py b/script/build.py
index 6442cdc..6d9b837 100755
--- a/script/build.py
+++ b/script/build.py
@@ -17,6 +17,7 @@ def main():
if sys.platform == 'win32':
ninja += '.exe'
+ print "ninja is " + ninja
args = parse_args()
for config in args.configuration:
build_path = os.path.join('out', config)
--
2.1.1