mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-15 21:52:11 +01:00
29 lines
702 B
Diff
29 lines
702 B
Diff
--- ./snapper/SnapperDefines.h.orig
|
|
+++ ./snapper/SnapperDefines.h
|
|
@@ -56,19 +56,19 @@
|
|
#define SH_BIN "/bin/sh"
|
|
#define SSH_BIN "/usr/bin/ssh"
|
|
|
|
-#define BTRFS_BIN "/usr/sbin/btrfs"
|
|
+#define BTRFS_BIN "/sbin/btrfs"
|
|
|
|
#define SYSTEMCTL_BIN "/usr/bin/systemctl"
|
|
|
|
-#define FINDMNT_BIN "/usr/bin/findmnt"
|
|
+#define FINDMNT_BIN "/bin/findmnt"
|
|
#define REALPATH_BIN "/usr/bin/realpath"
|
|
|
|
-#define CP_BIN "/usr/bin/cp"
|
|
+#define CP_BIN "/bin/cp"
|
|
#define SCP_BIN "/usr/bin/scp"
|
|
-#define MKDIR_BIN "/usr/bin/mkdir"
|
|
+#define MKDIR_BIN "/bin/mkdir"
|
|
|
|
-#define RM_BIN "/usr/bin/rm"
|
|
-#define RMDIR_BIN "/usr/bin/rmdir"
|
|
+#define RM_BIN "/bin/rm"
|
|
+#define RMDIR_BIN "/bin/rmdir"
|
|
|
|
|
|
// keys from the config files
|