We want to be able to set the Source field in ipkg's control block
by ourself, so that we're able to distinguish different package sources.

Additionally, this is the only left hard coded option, so now the control
block is fully customizable.
---
 config/xpkg/ipkg.control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/xpkg/ipkg.control b/config/xpkg/ipkg.control
index 691dd74..350e603 100644
--- a/config/xpkg/ipkg.control
+++ b/config/xpkg/ipkg.control
@@ -5,5 +5,5 @@ Section:        @SECTION@
 Architecture:  @ARCH@
 Maintainer:    @AUTHOR@
 Depends:       @DEPENDS@
-Source:        http://www.ptxdist.org/
+Source:        @SOURCE@
 Description:   @DESCRIPTION@
-- 
2.1.4


-- 
ptxdist mailing list
ptxdist@pengutronix.de

Reply via email to