Skip to content

Commit

Permalink
fix chroot build
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez authored Apr 19, 2022
1 parent a815299 commit 90e7c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ install: scripts/sc scripts/scinit scripts/sc_install_defaults target/sc.jar tar
cp -n samples/host_servers/* ${INSTALL_ROOT}/QOpenSys/etc/sc/services/system
cp -n samples/oss_common/* ${INSTALL_ROOT}/QOpenSys/etc/sc/services/oss_common
cp -n conf/* ${INSTALL_ROOT}/QOpenSys/etc/sc/conf
setccsid 819 ${INSTALL_ROOT}/QOpenSys/etc/sc/conf/*
setccsid 819 ${INSTALL_ROOT}/QOpenSys/etc/sc/conf/* || echo "unable to set CCSID of configuration files"
/QOpenSys/usr/bin/find ${INSTALL_ROOT}/QOpenSys/etc/sc/ -type f -print -exec chmod 644 {} \;
/QOpenSys/usr/bin/find ${INSTALL_ROOT}/QOpenSys/etc/sc/ -type l -print -exec chmod 644 {} \;
/QOpenSys/usr/bin/find ${INSTALL_ROOT}/QOpenSys/etc/sc/ -type f -print -exec chown qsys {} \;
Expand Down

0 comments on commit 90e7c78

Please sign in to comment.