]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
We also provide the files used by a package.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jan 2009 19:51:50 +0000 (20:51 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 28 Jan 2009 19:51:50 +0000 (20:51 +0100)
Maybe we can make some scripts that remove source files from
the server and because of this it knows what files to keep.

lfs/Config
tools/make-interactive

index b477547e91a2ae5162dbbf785d4d1c86608c3423..8a7c59e38792dabe6688389fe1af63d54bb1bb5b 100644 (file)
@@ -92,6 +92,7 @@ define DO_PKG_INFO
        @echo "DEPS=\"$(DEPS)\""
        @echo "DESC=\"$(value LONG_DESC)\""
        @echo "EXTRA=\"$(EXTRA)\""
+       @echo "FILES=\"$(objects)\""
        @echo "GROUP=\"$(GROUP)\""
        @echo "LICENSE=\"$(LICENSE)\""
        @echo "MAINTAINER=\"$(MAINTAINER)\""
index 3e9834cb00a19c5772a977be772b01a6bc614d9a..d4e74aeffb43d6a6f371efa47e77ee240b34319f 100644 (file)
@@ -291,6 +291,9 @@ package*|pkg)
                                echo "  * ${group}"
                        done
                        ;;
+               raw)
+                       pkg_info $3
+                       ;;
                wikiinfo)
                        shift 2
                        pkg_info_wiki $@