projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel.mk: add a new helper for comparing kernel versions, which can take 1 - 4 field...
[openwrt.git]
/
package
/
opkg
/
patches
/
012-strip-trailing-conffiles-whitespace.patch
diff --git
a/package/opkg/patches/012-strip-trailing-conffiles-whitespace.patch
b/package/opkg/patches/012-strip-trailing-conffiles-whitespace.patch
index
cd7d47d
..
a47ae77
100644
(file)
--- a/
package/opkg/patches/012-strip-trailing-conffiles-whitespace.patch
+++ b/
package/opkg/patches/012-strip-trailing-conffiles-whitespace.patch
@@
-1,6
+1,6
@@
--- a/libopkg/opkg_install.c
+++ b/libopkg/opkg_install.c
--- a/libopkg/opkg_install.c
+++ b/libopkg/opkg_install.c
-@@ -27
1,6 +271
,7 @@ unpack_pkg_control_files(pkg_t *pkg)
+@@ -27
4,6 +274
,7 @@ unpack_pkg_control_files(pkg_t *pkg)
while (1) {
char *cf_name;
char *cf_name_in_dest;
while (1) {
char *cf_name;
char *cf_name_in_dest;
@@
-8,7
+8,7
@@
cf_name = file_read_line_alloc(conffiles_file);
if (cf_name == NULL) {
cf_name = file_read_line_alloc(conffiles_file);
if (cf_name == NULL) {
-@@ -2
79,6 +280
,12 @@ unpack_pkg_control_files(pkg_t *pkg)
+@@ -2
82,6 +283
,12 @@ unpack_pkg_control_files(pkg_t *pkg)
if (cf_name[0] == '\0') {
continue;
}
if (cf_name[0] == '\0') {
continue;
}
This page took
0.022123 seconds
and
4
git commands to generate.