From d712879ee70eacd7d989f4dc289144ac77bfcb9b Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 20 Jun 2011 11:06:06 +0200 Subject: [PATCH] xbps-src: added another item in TODO. --- xbps-src/TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xbps-src/TODO b/xbps-src/TODO index 2a7c3715993..b65199ffbdd 100644 --- a/xbps-src/TODO +++ b/xbps-src/TODO @@ -9,3 +9,9 @@ Explain extensively available variables, build phases, etc. - Fix packages with the "XXX" mark. + +- Make all packages use $homepage and $license. xbps-base-files installs + common license files into /usr/share/licenses, if any package uses any + other license not installed there, it should be installed into + /usr/share/licenses/$pkgname. Also $license should match the file names + available in /usr/share/licenses when using common licenses.