mirror of
https://gitee.com/openharmony/third_party_cups
synced 2024-11-27 03:50:24 +00:00
!13 permission denied /system 修改编译报错问题
Merge pull request !13 from dongzhengkuan/master
This commit is contained in:
commit
807ab4ad13
28
cups.gni
28
cups.gni
@ -12,29 +12,29 @@
|
||||
# limitations under the License.
|
||||
|
||||
cups_path = rebase_path("//third_party/cups")
|
||||
exec_script("install.sh", ["$cups_path"])
|
||||
exec_script("install.sh", [ "$cups_path" ])
|
||||
print("cups installed successfully")
|
||||
|
||||
CUPS_SERVICE_DATA_DIR = "/data/service/el1/public/cups"
|
||||
|
||||
cups_bin_dir = "bin"
|
||||
cups_sbin_dir = "bin"
|
||||
cups_serverbin_dir = "/system/bin/cups"
|
||||
cups_serverbin_dir = "bin/cups"
|
||||
cups_data_dir = "$CUPS_SERVICE_DATA_DIR/share"
|
||||
init_service_cfg_path = "etc/init"
|
||||
|
||||
cups_defines = [
|
||||
"CUPS_BINDIR = \"/system/$cups_bin_dir\"",
|
||||
"CUPS_SBINDIR = \"/system/$cups_sbin_dir\"",
|
||||
"CUPS_SERVERBIN = \"$cups_serverbin_dir\"",
|
||||
"CUPS_BINDIR = \"/system/$cups_bin_dir\"",
|
||||
"CUPS_SBINDIR = \"/system/$cups_sbin_dir\"",
|
||||
"CUPS_SERVERBIN = \"/system/bin/cups\"",
|
||||
|
||||
"CUPS_DATADIR = \"/system/etc/cups/share\"",
|
||||
"CUPS_DOCROOT = \"$CUPS_SERVICE_DATA_DIR/doc\"",
|
||||
"CUPS_LOCALEDIR = \"$CUPS_SERVICE_DATA_DIR/locale\"",
|
||||
"CUPS_LOGDIR = \"$CUPS_SERVICE_DATA_DIR/log/\"",
|
||||
"CUPS_DATADIR = \"/system/etc/cups/share\"",
|
||||
"CUPS_DOCROOT = \"$CUPS_SERVICE_DATA_DIR/doc\"",
|
||||
"CUPS_LOCALEDIR = \"$CUPS_SERVICE_DATA_DIR/locale\"",
|
||||
"CUPS_LOGDIR = \"$CUPS_SERVICE_DATA_DIR/log/\"",
|
||||
|
||||
"CUPS_SERVERROOT = \"$CUPS_SERVICE_DATA_DIR/\"",
|
||||
"CUPS_CACHEDIR = \"$CUPS_SERVICE_DATA_DIR/cache\"",
|
||||
"CUPS_REQUESTS = \"$CUPS_SERVICE_DATA_DIR/spool\"",
|
||||
"CUPS_STATEDIR = \"$CUPS_SERVICE_DATA_DIR/run\"",
|
||||
]
|
||||
"CUPS_SERVERROOT = \"$CUPS_SERVICE_DATA_DIR/\"",
|
||||
"CUPS_CACHEDIR = \"$CUPS_SERVICE_DATA_DIR/cache\"",
|
||||
"CUPS_REQUESTS = \"$CUPS_SERVICE_DATA_DIR/spool\"",
|
||||
"CUPS_STATEDIR = \"$CUPS_SERVICE_DATA_DIR/run\"",
|
||||
]
|
||||
|
@ -1,9 +0,0 @@
|
||||
{
|
||||
"patches": [
|
||||
{
|
||||
"project":"print_print_fwk",
|
||||
"path":"base/print/print_fwk",
|
||||
"pr_url":"https://gitee.com/openharmony/print_print_fwk/pulls/108"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user