[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [platform-testers] Release candidate mpc-1.3.0rc1
From: |
Paul Zimmermann |
Subject: |
Re: [platform-testers] Release candidate mpc-1.3.0rc1 |
Date: |
Fri, 09 Dec 2022 13:14:08 +0100 |
> I don't know why it got wrong permissions (copy via a FAT file system
> or something like that?), but it is a good idea to regenerate all
> these files before generating a tarball. This is done with
>
> autoreconf -f -i
thank you Vincent, indeed it gives correct permissions:
$ autoreconf -f -i
...
libtoolize: copying file 'build-aux/ltmain.sh'
...
$ ls -l build-aux/ltmain.sh
-rwxr-xr-x 1 zimmerma caramba 333441 Dec 9 13:12 build-aux/ltmain.sh
Paul