diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 34768ab026db49d4609a91b52f622b7c7b2cd4cf..04cb0140f9e3bfeec13cdbd86cee658b8f1ed289 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -32,7 +32,7 @@ rpi=0
 
 inst_dir=/usr/local
 
-while getopts ":abBcdefFRuw" Option
+while getopts ":abBcdefFRruw" Option
 do case $Option in
 		a)		addon=1;;
 
@@ -42,14 +42,6 @@ do case $Option in
 		B)		deb=2
 				inst_dir=/usr;;
 
-		R)		deb=2
-				inst_dir=/usr
-				rpi=1;;
-
-		r)		deb=1
-				inst_dir=/usr
-				rpi=1;;
-
 		c)		core=1;;
 
 		d)		dev=1;;
@@ -63,6 +55,14 @@ do case $Option in
 
 		F)		full=2;;
 
+		R)		deb=2
+				inst_dir=/usr
+				rpi=1;;
+
+		r)		deb=1
+				inst_dir=/usr
+				rpi=1;;
+
 		w)		sys_cwiid=1
 				;;