diff options
author | John Zimmermann <johnz@posteo.net> | 2019-03-05 02:04:40 +0100 |
---|---|---|
committer | Toyam Cox <aviator45003@gmail.com> | 2019-03-04 21:21:32 -0500 |
commit | d3d9690d4732187d0ee2ed68432ab09a81ab0982 (patch) | |
tree | 258f291b63413465bb826b5ebbb90b7af31266f1 /xnew | |
parent | 223ae61a0789b574f07dd4c56eab6652bd20de5f (diff) | |
download | xtools-d3d9690d4732187d0ee2ed68432ab09a81ab0982.tar.gz xtools-d3d9690d4732187d0ee2ed68432ab09a81ab0982.tar.xz xtools-d3d9690d4732187d0ee2ed68432ab09a81ab0982.zip |
xnew: rename deprecated only_for_archs field to archs
Diffstat (limited to 'xnew')
-rwxr-xr-x | xnew | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xnew b/xnew index f17cd24..1310d10 100755 --- a/xnew +++ b/xnew @@ -38,7 +38,7 @@ version=$version revision=1 #wrksrc= #create_wrksrc=yes -#only_for_archs="i686 x86_64" +#archs="i686 x86_64" build_style=gnu-configure #configure_args="" #make_build_args="" |