mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
treewide: Run refresh on all packages
The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
diff --git i/knowndrives.cpp w/knowndrives.cpp
|
||||
index 072160a..d57417b 100644
|
||||
--- i/knowndrives.cpp
|
||||
+++ w/knowndrives.cpp
|
||||
@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$Id: knowndrives.cpp 4842 2018-12-02 16:07
|
||||
--- a/knowndrives.cpp
|
||||
+++ b/knowndrives.cpp
|
||||
@@ -40,11 +40,84 @@ const char * knowndrives_cpp_cvsid = "$I
|
||||
// see read_default_drive_databases() below.
|
||||
// The drive_settings structure is described in drivedb.h.
|
||||
const drive_settings builtin_knowndrives[] = {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
diff --git a/configure b/configure
|
||||
index 88928cf..736fabd 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -6964,7 +6964,7 @@ releaseversion='${PACKAGE}-${VERSION}'
|
||||
|
||||
Reference in New Issue
Block a user