diff options
author | Doan Tran Cong Danh <congdanhqx@gmail.com> | 2019-07-01 12:22:15 +0700 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-07-01 02:43:09 -0400 |
commit | e697287c4cad3122ba4fd0efdb1a6f5966395324 (patch) | |
tree | d6fc318dccc9a6e979f8ef45ab3622aaf3041a40 /xnew | |
parent | bcb718633a1d9b08713e34d5e07dfa5f64d438aa (diff) | |
download | xtools-e697287c4cad3122ba4fd0efdb1a6f5966395324.tar.gz xtools-e697287c4cad3122ba4fd0efdb1a6f5966395324.tar.xz xtools-e697287c4cad3122ba4fd0efdb1a6f5966395324.zip |
xnew: move archs up above wrksrc
xlint want to have archs before wrksrc. Sync xnew with xlint. Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
Diffstat (limited to 'xnew')
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew index 1310d10..49fa5a5 100755 --- a/xnew +++ b/xnew @@ -36,9 +36,9 @@ cat >$srcdir/$PKG/template <<EOF pkgname=$PKG version=$version revision=1 +#archs="i686 x86_64" #wrksrc= #create_wrksrc=yes -#archs="i686 x86_64" build_style=gnu-configure #configure_args="" #make_build_args="" |