summaryrefslogtreecommitdiffabout
path: root/desktop/rpm/HowToMakeRPM.txt
Side-by-side diff
Diffstat (limited to 'desktop/rpm/HowToMakeRPM.txt') (more/less context) (ignore whitespace changes)
-rw-r--r--desktop/rpm/HowToMakeRPM.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/rpm/HowToMakeRPM.txt b/desktop/rpm/HowToMakeRPM.txt
new file mode 100644
index 0000000..6c2bbf4
--- a/dev/null
+++ b/desktop/rpm/HowToMakeRPM.txt
@@ -0,0 +1,9 @@
+build with
+
+su
+rpmbuild -bb kdepim_rpm
+
+You will see, where the created file is written.
+If buildroot related errors occur, add a line
+%define __check_files %{nil}
+to kdepim_rpm. \ No newline at end of file