1 Star 0 Fork 44

randy1568/libguestfs

forked from src-openEuler/libguestfs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fix-not-striped.patch 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
dan 提交于 2022-11-17 11:14 . update to 1.49.5
From 77c67d0e597f5408c3d005ef624ef3d417271e0e Mon Sep 17 00:00:00 2001
From: sunguoshuai <sunguoshuai@huawei.com>
Date: Thu, 9 Sep 2021 21:34:40 +0800
Subject: [PATCH] fix not striped
---
appliance/Makefile.am | 1 +
1 files changed, 1 insertions(+)
diff -ruN libguestfs/appliance/Makefile.am libguestfs-1.49.5/appliance/Makefile.am
--- libguestfs/appliance/Makefile.am 2022-11-16 02:11:11.123199053 +0800
+++ libguestfs-1.49.5/appliance/Makefile.am 2022-11-16 02:13:36.113261902 +0800
@@ -118,6 +118,7 @@
rm -rf tmp-d
mkdir -p tmp-d$(DAEMON_SUPERMIN_DIR) tmp-d/etc
ln ../daemon/guestfsd tmp-d$(DAEMON_SUPERMIN_DIR)/guestfsd
+ strip tmp-d/usr/sbin/guestfsd
( cd tmp-d && tar zcf - * ) > $@-t
rm -r tmp-d
mv $@-t $@
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/randy1568/libguestfs.git
git@gitee.com:randy1568/libguestfs.git
randy1568
libguestfs
libguestfs
master

搜索帮助