From 73090dd5b4a3ae476a99d05fedca198579b51059 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Wed, 12 Oct 2005 14:59:43 +0000 Subject: Fix packaging to properly add menu and desktop files --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a2da1ca..ef9c338 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ rpm: update find . -maxdepth 1 -type d \( \ -name 'common' -o \ -name 'css' -o \ + -name 'packaging' -o \ -name 'stylesheet-images' \) | xargs -i \ find {} -maxdepth 1 -type f ! \( \ -name '.*' -o -name '*~' -o \ -- cgit