mirror of
https://github.com/libjpeg-turbo/libjpeg-turbo
synced 2025-03-28 21:13:18 +00:00
Build: Fix permissions
This commit is contained in:
parent
190382b75f
commit
b5a1472781
@ -45,19 +45,19 @@ boolean_number(CMAKE_POSITION_INDEPENDENT_CODE)
|
||||
configure_file(release/makerpm.in pkgscripts/makerpm)
|
||||
configure_file(release/rpm.spec.in pkgscripts/rpm.spec @ONLY)
|
||||
|
||||
add_custom_target(rpm sh pkgscripts/makerpm
|
||||
add_custom_target(rpm pkgscripts/makerpm
|
||||
SOURCES pkgscripts/makerpm)
|
||||
|
||||
configure_file(release/makesrpm.in pkgscripts/makesrpm)
|
||||
|
||||
add_custom_target(srpm sh pkgscripts/makesrpm
|
||||
add_custom_target(srpm pkgscripts/makesrpm
|
||||
SOURCES pkgscripts/makesrpm
|
||||
DEPENDS dist)
|
||||
|
||||
configure_file(release/makedpkg.in pkgscripts/makedpkg)
|
||||
configure_file(release/deb-control.in pkgscripts/deb-control)
|
||||
|
||||
add_custom_target(deb sh pkgscripts/makedpkg
|
||||
add_custom_target(deb pkgscripts/makedpkg
|
||||
SOURCES pkgscripts/makedpkg)
|
||||
|
||||
endif() # Linux
|
||||
@ -121,7 +121,7 @@ if(CYGWIN)
|
||||
|
||||
configure_file(release/makecygwinpkg.in pkgscripts/makecygwinpkg)
|
||||
|
||||
add_custom_target(cygwinpkg sh pkgscripts/makecygwinpkg)
|
||||
add_custom_target(cygwinpkg pkgscripts/makecygwinpkg)
|
||||
|
||||
endif() # CYGWIN
|
||||
|
||||
@ -154,10 +154,10 @@ configure_file(release/makemacpkg.in pkgscripts/makemacpkg)
|
||||
configure_file(release/Distribution.xml.in pkgscripts/Distribution.xml)
|
||||
configure_file(release/uninstall.in pkgscripts/uninstall)
|
||||
|
||||
add_custom_target(dmg sh pkgscripts/makemacpkg
|
||||
add_custom_target(dmg pkgscripts/makemacpkg
|
||||
SOURCES pkgscripts/makemacpkg)
|
||||
|
||||
add_custom_target(udmg sh pkgscripts/makemacpkg universal
|
||||
add_custom_target(udmg pkgscripts/makemacpkg universal
|
||||
SOURCES pkgscripts/makemacpkg)
|
||||
|
||||
endif() # APPLE
|
||||
@ -174,7 +174,7 @@ add_custom_target(dist
|
||||
|
||||
configure_file(release/maketarball.in pkgscripts/maketarball)
|
||||
|
||||
add_custom_target(tarball sh pkgscripts/maketarball
|
||||
add_custom_target(tarball pkgscripts/maketarball
|
||||
SOURCES pkgscripts/maketarball)
|
||||
|
||||
configure_file(release/libjpeg.pc.in pkgscripts/libjpeg.pc @ONLY)
|
||||
|
0
release/License.rtf
Executable file → Normal file
0
release/License.rtf
Executable file → Normal file
0
release/Welcome.rtf
Executable file → Normal file
0
release/Welcome.rtf
Executable file → Normal file
0
release/installer.nsi.in
Executable file → Normal file
0
release/installer.nsi.in
Executable file → Normal file
0
release/makedpkg.in
Normal file → Executable file
0
release/makedpkg.in
Normal file → Executable file
0
release/makemacpkg.in
Normal file → Executable file
0
release/makemacpkg.in
Normal file → Executable file
0
release/makerpm.in
Normal file → Executable file
0
release/makerpm.in
Normal file → Executable file
0
release/makesrpm.in
Normal file → Executable file
0
release/makesrpm.in
Normal file → Executable file
0
release/maketarball.in
Normal file → Executable file
0
release/maketarball.in
Normal file → Executable file
0
sharedlib/CMakeLists.txt
Executable file → Normal file
0
sharedlib/CMakeLists.txt
Executable file → Normal file
0
simd/CMakeLists.txt
Executable file → Normal file
0
simd/CMakeLists.txt
Executable file → Normal file
0
turbojpeg-mapfile
Executable file → Normal file
0
turbojpeg-mapfile
Executable file → Normal file
0
turbojpeg-mapfile.jni
Executable file → Normal file
0
turbojpeg-mapfile.jni
Executable file → Normal file
0
win/jpeg62-memsrcdst.def
Executable file → Normal file
0
win/jpeg62-memsrcdst.def
Executable file → Normal file
0
win/jpeg62.def
Executable file → Normal file
0
win/jpeg62.def
Executable file → Normal file
Loading…
x
Reference in New Issue
Block a user